RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWebContentOptions Class

TWebContentOptions controls what a Web item can include in its generated HTML.

Pascal
TWebContentOptions = class(TObject);
C++
class TWebContentOptions : public TObject;

WebComp

Use TWebContentOptions to influence the HTML generated by a component that supports the IWebContent interface. Each TWebContentOptions represents a set of flags that are passed to the constructor. 

 

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