RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomAdapterPageProducer.SetHTMLDoc Method

Sets the HTMLDoc property.

Pascal
procedure SetHTMLDoc(const Value: TStrings);
C++
__fastcall SetHTMLDoc(const TStrings Value);

SetHTMLDoc is the protected write implementation of the HTMLDoc property.  

Value is a TStrings descendant that contains the new HTML template. SetHTMLDoc assigns the strings in this object to the TStrings object that implements the HTMLDoc property. Note that this method does not take ownership of the specified object. 

 

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