Show: Delphi
C++
Display Preferences
ValEdit
From XE API Documentation
Contents |
Classes
| TItemProp | TItemProp configures how users can edit the item values in a value list editor. |
| TValueListEditor |
TValueListEditor provides a simple way to edit string lists that contain name/value pairs. |
| TValueListStrings | Maintains a key-value list. |
Types
| TDisplayOption | TDisplayOption and TDisplayOptions control the appearance of a value list editor. |
| TDisplayOptions | TDisplayOptions and TDisplayOption control the appearance of a value list editor. |
| TGetPickListEvent |
TGetPickListEvent is the type for event handlers that supply pick list values to a value list editor. |
| TItemProps | TItemProps is an array of TItemProp values. |
| TKeyOption | TKeyOption and TKeyOptions indicate the response of a value list editor to certain keystrokes. |
| TKeyOptions | TKeyOptions and TKeyOption indicate the response of a value list editor to certain keystrokes. |
| TOnValidateEvent |
TOnValidateEvent is the type for event handlers that validate the values a user types into a value list editor. |
Variables
| TItemProps | TItemProps is an array of TItemProp values. |
Constants
| doAutoColResize | doAutoColResize: TDisplayOption = doAutoColResize; |
| doColumnTitles | doColumnTitles: TDisplayOption = doColumnTitles; |
| doKeyColFixed | doKeyColFixed: TDisplayOption = doKeyColFixed; |
| keyAdd | keyAdd: TKeyOption = keyAdd; |
| keyDelete | keyDelete: TKeyOption = keyDelete; |
| keyEdit | keyEdit: TKeyOption = keyEdit; |
| keyUnique | keyUnique: TKeyOption = keyUnique; |