RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomEndUserAdapterAction Class

TCustomEndUserAdapterAction is a base class for adapter actions that work with descendants of TCustomEndUserAdapter.

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

TCustomEndUserAdapterAction has two purposes. First, it provides a property that descendants use to access the parent adapter. Second, it defines a base class that TCustomEndUserAdapter checks for when determining whether an adapter action can be added as a child. 

 

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