|
RAD Studio VCL Reference
|
Returns an object that influences how the page producer generates its content.
function GetContentOptions(var Owned: Boolean): TWebContentOptions; override;
virtual __fastcall TWebContentOptions GetContentOptions(Boolean Owned);
TBaseAdapterPageProducer calls GetContentOptions internally to look up the options that limit what can be included in the generated HTML.
Owned returns a value that indicates whether the return value should be freed by the caller. If Owned is true, the caller should free the TWebContentOptions object after it has used it.
|
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
|
What do you think about this topic? Send feedback!
|