Data.SqlExpr.TSQLDataLink.Create

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: constructor
Visibility: public
Source:
Data.SqlExpr.pas
Data.SqlExpr.hpp
Unit: Data.SqlExpr
Parent: TSQLDataLink

Delphi

constructor Create(ADataSet: TCustomSQLDataSet);

C++

__fastcall TSQLDataLink(TCustomSQLDataSet* ADataSet);

Description

Creates an instance of TSQLDataLink.

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.

See Also