
Public Member Functions | |
| TSxOptionsHead (TComponent AOwner) | |
| Constructor. | |
Public Attributes | |
| Boolean | AddOuterHTML |
| Set this property to True to include the surrounding tags for the HTML header and the body in the output document. | |
| AnsiString | DocumentTitle |
| The document title which will be displayed in the window title of the browser. | |
| TStrings | HeadTags |
| List of additional tags for the head section. | |
| AnsiString | MetaAuthor |
| This property may be used to specify the document author. | |
| AnsiString | MetaContentType |
| This property may be used to specify a character encoding for the document. | |
| AnsiString | MetaDescription |
| This property may be used to specify a document description. | |
| AnsiString | MetaKeywords |
| This property may be used to specify keywords for the document. | |
| TMetaOptions | MetaOptions |
| A set of options which enable or disable additional meta tags. | |
| TStrings | MetaTags |
| List of additional meta tags which can be used for a document description. | |
| TStrings | StyleSheetInclude |
| Style sheet definitions which will be added in the HEAD section HTML document. | |
| AnsiString | StyleSheetLink |
| URL of a file which contains external CSS style sheet definitions. | |
| Boolean TSxOptionsHead.AddOuterHTML |
Set this property to True to include the surrounding tags for the HTML header and the body in the output document.
FAddOuterHTML For writing
| AnsiString TSxOptionsHead.DocumentTitle |
The document title which will be displayed in the window title of the browser.
FDocumentTitle For writing
| TStrings TSxOptionsHead.HeadTags |
List of additional tags for the head section.
SetHeadTags For writing
| AnsiString TSxOptionsHead.MetaAuthor |
This property may be used to specify the document author.
It will add a META-element to the HEAD section.
FMetaAuthor For writing
| AnsiString TSxOptionsHead.MetaContentType |
This property may be used to specify a character encoding for the document.
It will add a META-element to the HEAD section. Default: "text/html;charset=UTF-8"
FMetaContentType For writing
| AnsiString TSxOptionsHead.MetaDescription |
This property may be used to specify a document description.
It will add a META-element to the HEAD section.
FMetaDescription For writing
| AnsiString TSxOptionsHead.MetaKeywords |
This property may be used to specify keywords for the document.
It will add a META-element to the HEAD section.
FMetaKeywords For writing
| TMetaOptions TSxOptionsHead.MetaOptions |
A set of options which enable or disable additional meta tags.
FMetaOptions For writing
| TStrings TSxOptionsHead.MetaTags |
List of additional meta tags which can be used for a document description.
SetMetaTags For writing
| TStrings TSxOptionsHead.StyleSheetInclude |
Style sheet definitions which will be added in the HEAD section HTML document.
Default: empty.
SetStyleSheetInclude For writing
| AnsiString TSxOptionsHead.StyleSheetLink |
URL of a file which contains external CSS style sheet definitions.
Default: empty.
Example: If this property has the value "scrooge.css", the following line will be inserted in the HTML header section:
<link href="scrooge.css" rel="stylesheet" type="text/css">
FStyleSheetLink For writing
1.5.4