RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
THTMLTagAttributes.Producer Property

Indicates the content producer that uses the THTMLTagAttributes object to represent the options for one of the HTML tags in the content it produces.

Pascal
property Producer: TCustomContentProducer;
C++
__property TCustomContentProducer Producer;

Use Producer to gain access to the HTML producer object that is using the THTMLTagAttributes object. The THTMLTagAttributes object can use the Producer property in an OnChange event handler to notify the TCustomContentProducer object of changes to the attributes it represents. 

 

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