Vcl.DBLookup.TDBLookupCombo.Options

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Options: TDBLookupListOptions read GetOptions write SetOptions default [];

C++

__property TDBLookupListOptions Options = {read=GetOptions, write=SetOptions, default=0};

Properties

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

Description

Determines how the lookup combo box displays on the screen.

Use Options to specify how the lookup combo displays on the screen. Options can be [loColLines], [loRowLines], [loTitles], or any combination of them.

By default, Options is [].

See Also