[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'ValEdit' (#lcl)

TKeyOptions

Stores values from the TKeyOption enumeration.

Declaration

Source position: valedit.pas line 110

type TKeyOptions = set of (

  keyEdit,

  

Allows editing of Key data.

  keyAdd,

  

Allows adding new Key data.

  keyDelete,

  

Allows deleting Key data.

  keyUnique

  

Key data must be unique.

);

Description

TKeyOptions is a set type used to store values from the TKeyOption enumeration. TKeyOptions is the type used to implement the TValueListEditor.KeyOptions property.

See also

TKeyOptions

  

Stores values from the TKeyOption enumeration.

TValueListEditor.KeyOptions

  

Controls actions that can be performed for Keys in the control.


Version 3.2 Generated 2024-02-25 Home