RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomAdapterAction Class

TCustomAdapterAction is a base class for adapter actions.

Pascal
TCustomAdapterAction = class(TBaseAdapterAction, IWebSetActionName);
C++
class TCustomAdapterAction : public TBaseAdapterAction, public IWebSetActionName;

TCustomAdapterAction calls event handlers to retrieve the adapter action parameters and execute the adapter action. Derive from TCustomAdapterAction to define an adapter action component that can be added to any adapter. Derive from TImplementAdapterAction to define an adapter action component that works with specific adapter component types. 

 

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