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

TItemProp.EditStyle

Identifies the type of editor used for the item value.

Declaration

Source position: valedit.pas line 47

published property TItemProp.EditStyle : TEditStyle
  read FEditStyle
  write SetEditStyle;

Description

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.

See also

TEditStyle

  

Indicates the editor style for items in TValueListEditor.

TItemProp.PickList

  

Values that can be selected for the item in TValueListEditor.

TCustomStringGrid.EditorMode

  

True when the Editor is ready to modify the value for the current cell.


Version 4.0 Generated 2025-05-03 Home