RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomDataSetAdapterAction.DataSet Property

Indicates the dataset on which this action operates.

Pascal
property DataSet: TDataSet;
C++
__property TDataSet DataSet;

Read DataSet to access the dataset on which this action operates. DataSet is the value of the parent dataset adapter's DataSet property. 

If this action is not the child of a dataset adapter, or if the parent dataset adapter has not been bound to a dataset component, DataSet is nil (Delphi) or NULL (C++). 

 

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