RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomDataSetAdapterAction Class

TCustomDataSetAdapterAction is the base class for adapter actions that can be added to a dataset adapter.

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

TCustomDataSetAdapterAction is the base class for all adapter action objects that perform functions for a dataset adapter. TCustomDataSetAdapterAction descendants are included as the actions of a dataset adapter (TDataSetAdapter). Each TCustomDataSetAdapterAction descendant can be executed to perform a specific function on the dataset of the parent dataset adapter. 

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

 

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