RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDataSetAdapterMoveRowAction Class

TDataSetAdapterMoveRowAction is the base class for adapter actions that change the current record of a dataset.

Pascal
TDataSetAdapterMoveRowAction = class(TCustomDataSetAdapterRowAction);
C++
class TDataSetAdapterMoveRowAction : public TCustomDataSetAdapterRowAction;

DBAdapt

TDataSetAdapterMoveRowAction is the base class for all adapter action objects that change the current record of the dataset associated with a dataset adapter. TDataSetAdapterMoveRowAction descendants are included as the actions of a dataset adapter (TDataSetAdapter). Each TDataSetAdapterMoveRowAction descendant can be executed to change the current record of the parent adapter's dataset. 

Do not use TDataSetAdapterMoveRowAction directly. It is intended only as a base class. Instead, use a TDataSetAdapterMoveRowAction descendant such as TDataSetAdapterFirstRowAction, TDataSetAdapterLastRowAction, TDataSetAdapterNextRowAction, or TDataSetAdapterPrevRowAction

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!