Vcl.DBLookup.TDBLookupListOptions

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type TDBLookupListOptions = set of TDBLookupListOption;

C++

typedef System::Set<TDBLookupListOption, TDBLookupListOption::loColLines, TDBLookupListOption::loTitles> TDBLookupListOptions;

Properties

Type Visibility Source Unit Parent
set
typedef
public
Vcl.DbLookup.pas
Vcl.DBLookup.hpp
Vcl.DBLookup Vcl.DBLookup

Description

Represents a set of flags that describes the style of a TDBLookupList.

TDBLookupListOptions represents a set of flags that describes the style of a TDBLookupList.

See Also