Vcl.DBCtrls.TDBLookupControl.DataLink

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DataLink: TDataSourceLink read FDataLink;

C++

__property TDataSourceLink* DataLink = {read=FDataLink};

Properties

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

Description

Helps the lookup control manage its link to the data source and respond to data events.

DataLink is used internally to access the TDataSourceLink that coordinates communication between the dataset in which you find the field that this control represents, the data source for that dataset (identified by the DataSource property), and the lookup control.

See Also