RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomPagedAdapterAction Class

TCustomPagedAdapterAction is a base class for adapter actions that work with descendants of TDefaultFieldsPagedAdapter.

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

TCustomPagedAdapterAction 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 TDefaultFieldsPagedAdapter 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!