Data.SqlExpr.TSQLDataLink.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(ADataSet: TCustomSQLDataSet);

C++

__fastcall TSQLDataLink(TCustomSQLDataSet* ADataSet);

Properties

Type Visibility Source Unit Parent
constructor public
Data.SqlExpr.pas
Data.SqlExpr.hpp
Data.SqlExpr TSQLDataLink

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