RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWebActionItem.ProducerContent Property

Specifies a content producer that generates the content of response messages when the action item executes.

Pascal
property ProducerContent: TComponent;
C++
__property TComponent * ProducerContent;

This property is identical to Producer except for the type of content producer. ProducerContent is used when the producer is of type IProduceContent instead of TCustomContentProducer. In the latter case, the property Producer is set instead. Note that Producer and ProducerContent are mutually exclusive; if one is set, the other must not be. 

 

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