Vcl.DBLookup.TDBLookupCombo.LookupDisplay

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property LookupDisplay: string read GetLookupDisplay write SetLookupDisplay;

C++

__property System::UnicodeString LookupDisplay = {read=GetLookupDisplay, write=SetLookupDisplay};

Properties

Type Visibility Source Unit Parent
property published
Vcl.DbLookup.pas
Vcl.DBLookup.hpp
Vcl.DBLookup TDBLookupCombo

Description

Identifies the lookup field that is displayed by the lookup combo control.

The LookupDisplay property is used to identify the lookup field that is displayed by the lookup combo control.

See Also