RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdapterActionButton Class

TAdapterActionButton generates HTML controls for executing adapter actions.

Pascal
TAdapterActionButton = class(TCustomAdapterActionButton);
C++
class TAdapterActionButton : public TCustomAdapterActionButton;

WebForm

Add TAdapterActionButton to the hierarchy of Web items that an adapter page producer (TAdapterPageProducer) maintains to include a control in the HTML form that executes an adapter action. When the end user clicks the control, it sends a request message that executes the adapter action. Use the ActionName property to specify the adapter action that the generated control executes.  

TAdapterActionButton can generate a variety of controls, including labeled buttons, images that the user can click, and hypertext links. Use the DisplayType property to specify the type of control you want. Other properties customize the appearance of the control, or indicate when it is included in HTML forms. 

 

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