RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TInetXPageProducer.StylesFile Property

Specifies a file containing the individual styles for the page producer's style sheet.

Pascal
property StylesFile: TFileName;
C++
__property TFileName StylesFile;

Set StylesFile to the name of a file containing the style definitions used by the page producer. The page producer uses these style definitions to declare a style sheet in the HTML document it generates. 

Styles for standard elements are applied automatically to HTML in the document. User-defined styles can be applied by setting the StyleRule property of a Web item to the user-defined style name that forms the selector of a style definition.

Note: If the StylesFile property is not set, you can specify the style definitions using the Styles property instead.
 

 

SetStylesFile 

Styles 

Content 

Customizing the InternetExpress Page Producer Template 

Setting Web Item Properties

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!