The methods of the THTMLDoc class are listed here.
Class
THTMLDoc Class
Public Methods
|
Name
|
Description
|
|
CreateSessionURL
|
Creates an url pointing to a local filename. This url is valid during the session lifetime and its private to this session.
|
|
CreateComponent
|
Inserts an HTML. Used to insert regular HTML elements or WebComponents with custom elements.
|
|
GetSafeURL
|
Returns a safe, temporary and unique URL to access any local file.
|
|
LoadScript
|
Loads a script from URL. If Filename is specified, creates a session URL first and then load the script from that Filename.
|
|
ImportHTML
|
Imports an HTML from URL. If Filename is specified, creates a session URL first and then imports the html file from that Filename.
|
|