Show: Delphi
C++
Display Preferences
WebAdapt.TAdapterGotoPageAction
From XE2 API Documentation
Delphi
TAdapterGotoPageAction = class(TCustomAdapterGotoPageAction)
C++
class PASCALIMPLEMENTATION TAdapterGotoPageAction : public TCustomAdapterGotoPageAction
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| class | public | WebAdapt.pas WebAdapt.hpp |
WebAdapt | WebAdapt |
Description
TAdapterGotoPageAction is an adapter action that supports commands to go to a page of a TDefaultFieldsPagedAdapter.
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.