Vcl.DBLookup.TDBLookupListOption

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TDBLookupListOption = (loColLines, loRowLines, loTitles);

C++

enum DECLSPEC_DENUM TDBLookupListOption : unsigned char { loColLines, loRowLines, loTitles };

Properties

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

Description

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

TDBLookupListOption represents a set of flags that describes the style of a TDBLookupList. The following table indicates the meaning of various TDBLookupListOption flags:



Value Meaning

loColLines

Specifies whether column lines appear when drawing a TDBLookupList.

loRowLines

Specifies whether row lines appear when drawing a TDBLookupList.

loTitles

Specifies whether titles appear when drawing a TDBLookupList.



See Also