Vcl.DBCtrls.TListSourceLink.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create;

C++

__fastcall TListSourceLink();

Properties

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

Description

Creates an instance of TDataSourceLink.

Create is called from the constructor of any TlookupControl descendant object that uses a TListSourceLink to implement its ListSource property.

Create calls the inherited Create method and then sets VisualControl to True.

See Also