RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomAdapterGotoPageAction Class

TCustomAdapterGotoPageAction is an adapter action that supports commands to go to a page of a TDefaultFieldsPagedAdapter.

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

TCustomAdapterGotoPageAction is an adapter action that has a list of commands. Each command has a parameter that identifies a page in the parent adapter. When executed, TCustomAdapterGotoPageAction examines the parameter and changes the current page in the parent adapter. 

 

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