RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomDataSetAdapter.GetDataSet Method

Returns the value of the DataSet property.

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

GetDataSet is the protected read implementation for the DataSet property. If necessary, GetDataSet calls the PrepareDataSet method before returning the value of the DataSet property. This ensures that any necessary initialization has occurred before the application tries to use DataSet

 

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