RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TSQLDataLink.Create Constructor

Creates an instance of TSQLDataLink.

Pascal
constructor Create(ADataSet: TCustomSQLDataSet);
C++
__fastcall TSQLDataLink(TCustomSQLDataSet ADataSet);

Do not create instances of TSQLDataLink. It is instantiated by the SQL dataset that uses it to link to a master dataset. The ADataSet parameter is the dataset that creates and owns this SQL datalink. It becomes the value of the DetailDataSet property. 

 

DetailDataSet

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