RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdapterActionButton.ImageProducer Property

Specifies the interface that this adapter action button uses to generate images.

Pascal
property ImageProducer: IActionImageProducer;
C++
__property IActionImageProducer ImageProducer;

Set ImageProducer when the value of the DisplayType is ctImage or ctEventImages. ImageProducer is the interface of the component that supplies the image or images that appear in HTML forms as the control that this Web item generates. When the user clicks on the generated image in the HTML form, the associated action executes. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!