DropListStyle

[property icon] DropListStyle

Specifies the behaviour of the drop down list

Enumerated type, possible values are:

Default Grid default rules apply
Tag The list box displays items including the tag (if given). The tag acts as the accelerator
Simple The behaviour is more like that of a standard ComboBox control. The tags are never displayed and the list is accelerated by cycling through all items with an initial letter the same as the accelerator character. This altered behaviour is transparent to how the control is programmed
Suggest The list contains text that may be used in the edit but the edit is not restricted to using only those strings. Tags and selection are ignored.

Applies to: Grid , GridCell , KCMLEdit

Introduced in KCML version 6.00


>DropListStyle

DropListStyle

This property is used to determine the behaviour of the drop-down list in a KCML edit control.

Only non-typed or string types are supported for dbedit controls with drop downs. Numeric types, dates and other types are not supported.

An equivalent property for grids is not currently available

See also

Grid methods, properties and events. GridCell methods, properties and events. KCMLEdit methods, properties and events.