RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TBaseDataSetAdapterField.GetDataSet Method

Returns the dataset associated with this field's parent adapter.

Pascal
function GetDataSet: TDataSet;
C++
__fastcall TDataSet GetDataSet();

GetDataSet returns the value of the parent adapter's DataSet property. If the value of this field's Adapter property is nil (Delphi) or NULL (C++), GetDataSet returns nil (Delphi) or NULL (C++). 

 

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