RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TBaseAdapterPageProducer.SetWebContentOptions Method

Sets the options that limit how the page producer creates its generated HTML.

Pascal
procedure SetWebContentOptions(AOptions: TWebContentOptions);
C++
__fastcall SetWebContentOptions(TWebContentOptions AOptions);

SetWebContentOptions assigns a set of flags to the adapter page producer that limit what it can include in generated HTML.  

AOptions is the TWebContentOptions object that represents the set of options for this page producer. TBaseAdapterPageProducer takes ownership of the object, so the caller should not free it. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!