RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomDataSetAdapterRowAction Class

TCustomDataSetAdapterRowAction is the base class for adapter actions that operate on the records of a dataset.

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

DBAdapt

TCustomDataSetAdapterRowAction is the base class for all adapter action objects that operate on the records of the dataset associated with a dataset adapter. TCustomDataSetAdapterRowAction descendants are included as the actions of a dataset adapter (TDataSetAdapter). Each TCustomDataSetAdapterRowAction descendant can be executed to perform a specific function that affects the records of the parent adapter's dataset. 

Do not use TCustomDataSetAdapterRowAction directly. It is intended only as a base class. Instead, use a TCustomDataSetAdapterRowAction descendant that represents the particular action you want. 

 

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