ValEdit
Contents |
Delphi Information
Array
| TItemProps |
TItemProps is an array of TItemProp values. |
Class
| 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. |
Enum
| TDisplayOption |
TDisplayOption and TDisplayOptions control the appearance of a value list editor. |
| TKeyOption |
TKeyOption and TKeyOptions indicate the response of a value list editor to certain keystrokes. |
Set
| TDisplayOptions |
TDisplayOptions and TDisplayOption control the appearance of a value list editor. |
| TKeyOptions |
TKeyOptions and TKeyOption indicate the response of a value list editor to certain keystrokes. |
C++ Information
Class
| TItemProp |
TItemProp configures how users can edit the item values in a value list editor. |
| 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. |
Enum
| TDisplayOption |
TDisplayOption and TDisplayOptions control the appearance of a value list editor. |
| TKeyOption |
TKeyOption and TKeyOptions indicate the response of a value list editor to certain keystrokes. |
Typedef
| 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. |
| 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. |