RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
THTMLTagAttributes.Create Constructor

Creates an instance of THTMLTagAttributes.

Pascal
constructor Create(Producer: TCustomContentProducer);
C++
__fastcall THTMLTagAttributes(TCustomContentProducer Producer);

Call Create to create and initialize an instance of THTMLTagAttributes at runtime. After calling the inherited constructor, Create sets the Producer property to the value of the Producer parameter. 

 

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