Vcl.DBCtrls.TDBLookupControl.ListLink

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ListLink: TListSourceLink read FListLink;

C++

__property TListSourceLink* ListLink = {read=FListLink};

Properties

Type Visibility Source Unit Parent
property protected
Vcl.DBCtrls.pas
Vcl.DBCtrls.hpp
Vcl.DBCtrls TDBLookupControl

Description

Identifies the TListSourceLink object that coordinates data communication with the lookup dataset.

ListLink is used internally to access the TListSourceLink that coordinates communication between the lookup dataset, the lookup data source (identified by the ListSource property), and the lookup control.

See Also