|
RAD Studio VCL Reference
|
Creates an instance of TSQLDataLink.
constructor Create(ADataSet: TCustomSQLDataSet);
__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.
|
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
|
What do you think about this topic? Send feedback!
|