RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomAdapterActionButton Class

TCustomAdapterActionButton is the base class for Web items that generate HTML controls for executing adapter actions.

Pascal
TCustomAdapterActionButton = class(TWebButton, IWebGetActionName, IWebSetActionName, IRestoreDefaults, IGetControlRequirements, IGetAdapterVariableName, IGetDesignTimeWarnings);
C++
class TCustomAdapterActionButton : public TWebButton, public IWebGetActionName, public IWebSetActionName, public IRestoreDefaults, public IGetControlRequirements, public IGetAdapterVariableName, public IGetDesignTimeWarnings;

Use TCustomAdapterActionButton as a base class when defining Web items that generate HTML controls for adapter actions. TCustomAdapterActionButton descendants are added to Web items that appear in the hierarchy of a TAdapterForm object. The adapter action button generates an HTML control that appears in the HTML form. When the end user clicks that control, it sends a request message that executes the adapter action. 

TCustomAdapterActionButton introduces properties to link this component to the adapter action it executes, and for defining the type and appearance of the generated control in the HTML form. 

 

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