RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomConnection.GetDataSet Method

Returns a dataset, given its index in the DataSets property array.

Pascal
function GetDataSet(Index: Integer): TDataSet; virtual;
C++
virtual __fastcall TDataSet GetDataSet(int Index);

GetDataSet is the protected read implementation of the DataSets property. 

 

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