RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomApplicationAdapterAction Class

TCustomApplicationAdapterAction is a base class for adapter actions that work with descendants of TCustomApplicationAdapter.

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

WebAdapt

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

 

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