RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomLoginFormAdapterAction Class

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

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

TCustomLoginFormAdapterAction has two purposes. First, it implements a property that descendants use to access the parent adapter. Second, it defines a base class that TCustomLoginFormAdapter 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!