Vcl.DBCtrls.TDataSourceLink.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create;

C++

__fastcall TDataSourceLink(void);

Properties

Type Visibility Source Unit Parent
constructor public
Vcl.DBCtrls.pas
Vcl.DBCtrls.hpp
Vcl.DBCtrls TDataSourceLink

Description

Creates an instance of TDataSourceLink.

Create is called from the constructor of any TLookupControl descendant object that uses a TDataSourceLink to implement its DataSource property.

After calling the inherited constructor, Create initializes the VisualControl property to true.

See Also