Vcl.DBLookup.TDBLookupList.LookupDisplay

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property LookupDisplay: string read FLookupDisplay write SetLookupDisplay;

C++

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

Properties

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

Description

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

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

See Also