RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdapterGotoPageAction Class

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

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

TAdapterGotoPageAction 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, TAdapterGotoPageAction changes the current page in the parent adapter. TAdapterGotoPageAction publishes the properties of TCustomAdapterGotoPageAction. Add TAdapterGotoPageAction to a descendant class of TDefaultFieldsPagedAdapter such as TPagedAdapter

 

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