[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Identifies the type of editor used for the item value.
Source position: valedit.pas line 47
published property TItemProp.EditStyle : TEditStyle |
EditStyle is a TEditStyle property which indicates the editor style to use for the item value. See TEditStyle for more information about the enumeration values and their meanings.
Changing the value in EditStyle causes the TValueListEditor (which owns the item) to be redrawn when its EditorMode property is set to True.
Remark: | At run-time, adding values to the PickList overrides use of esSimple in EditStyle; the value esPickList will automatically be used. |
|
Indicates the editor style for items in TValueListEditor. |
|
|
Values that can be selected for the item in TValueListEditor. |
|
|
True when the Editor is ready to modify the value for the current cell. |
Version 4.0 | Generated 2025-05-03 | Home |