RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TImplementedAdapterAction Class

TImplementedAdapterAction is a base class for adapter actions.

Pascal
TImplementedAdapterAction = class(TCustomAdapterAction);
C++
class TImplementedAdapterAction : public TCustomAdapterAction;

Derive from TImplementedAdapterAction to define an adapter action component that works with specific adapter component types. Classes derived from TImplementedAdapterAction can only be added to adapter components that allow the particular class. On the other hand, classes derived from TCustomAdapterAction (such as TAdapter) can be added to any adapter component class. 

 

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