![]() |
ScroogeXHTML for Object Pascal 9.1
|
Properties for Html HEAD section. More...
Public Member Functions | |
TSxOptionsHead (TComponent AOwner) | |
Constructor. | |
~TSxOptionsHead () | |
![]() | |
TSxOptions (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. | |
string | 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. | |
string | MetaAuthor |
This property may be used to specify the document author. | |
string | MetaContentType |
This property may be used to specify a character encoding for the document except for HTML5 (which uses meta charset="UTF-8"). | |
string | MetaDescription |
This property may be used to specify a document description. | |
string | MetaKeywords |
This property may be used to specify keywords for the document. | |
TStrings | MetaTags |
List of additional meta tags which can be used for a document description. | |
string | MetaViewport |
This property may be used to set the content of meta viewport element. | |
TStrings | StyleSheetInclude |
Style sheet definitions which will be added in the HEAD section HTML document. | |
string | StyleSheetLink |
URL of a file which contains external CSS style sheet definitions. | |
Properties for Html HEAD section.
TSxOptionsHead::TSxOptionsHead | ( | TComponent | AOwner | ) |
Constructor.
TSxOptionsHead::~TSxOptionsHead | ( | ) |
Boolean TSxOptionsHead::AddOuterHTML |
Set this property to True to include the surrounding tags for the HTML header and the body in the output document.
string TSxOptionsHead::DocumentTitle |
The document title which will be displayed in the window title of the browser.
TStrings TSxOptionsHead::HeadTags |
List of additional tags for the head section.
string TSxOptionsHead::MetaAuthor |
This property may be used to specify the document author.
It will add a META-element to the HEAD section.
string TSxOptionsHead::MetaContentType |
This property may be used to specify a character encoding for the document except for HTML5 (which uses meta charset="UTF-8").
It will add a META-element to the HEAD section. Default: "text/html;charset=UTF-8"
string TSxOptionsHead::MetaDescription |
This property may be used to specify a document description.
It will add a META-element to the HEAD section.
string TSxOptionsHead::MetaKeywords |
This property may be used to specify keywords for the document.
It will add a META-element to the HEAD section.
TStrings TSxOptionsHead::MetaTags |
List of additional meta tags which can be used for a document description.
string TSxOptionsHead::MetaViewport |
This property may be used to set the content of meta viewport element.
TStrings TSxOptionsHead::StyleSheetInclude |
Style sheet definitions which will be added in the HEAD section HTML document.
Default: empty.
string 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: