TSxOptionsHead Class Reference

Properties for Html HEAD section. More...

Inheritance diagram for TSxOptionsHead:

TSxOptions

List of all members.

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.


Detailed Description

Properties for Html HEAD section.

Member Data Documentation

Boolean TSxOptionsHead.AddOuterHTML

Set this property to True to include the surrounding tags for the HTML header and the body in the output document.

See also:
FAddOuterHTML For reading

FAddOuterHTML For writing

AnsiString TSxOptionsHead.DocumentTitle

The document title which will be displayed in the window title of the browser.

See also:
FDocumentTitle For reading

FDocumentTitle For writing

TStrings TSxOptionsHead.HeadTags

List of additional tags for the head section.

See also:
FHeadTags For reading

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.

See also:
FMetaAuthor For reading

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"

See also:
FMetaContentType For reading

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.

See also:
FMetaDescription For reading

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.

See also:
FMetaKeywords For reading

FMetaKeywords For writing

TMetaOptions TSxOptionsHead.MetaOptions

A set of options which enable or disable additional meta tags.

TStrings TSxOptionsHead.MetaTags

List of additional meta tags which can be used for a document description.

See also:
FMetaTags For reading

SetMetaTags For writing

TStrings TSxOptionsHead.StyleSheetInclude

Style sheet definitions which will be added in the HEAD section HTML document.

Default: empty.

See also:
FStyleSheetInclude For reading

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"> 
See also:
FStyleSheetLink For reading

FStyleSheetLink For writing


Generated on Fri Feb 1 11:24:25 2008 for ScroogeXHTML for Delphi(tm) by  doxygen 1.5.4