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

TComboExItem.Indent

Space reserved between the Image and the caption for the item.

Declaration

Source position: comboex.pas line 87

published property TComboExItem.Indent : Integer
  read FIndent
  write SetIndent
  default - 1;

Description

The default value for the property is -1 and indicates that indent spacing is not used for the Combo-Box item. The value is assigned when the AddItem method in TComboExItems is used to create the item using the parameter value passed to the method. Changing the value for the property causes the Changed method to be called to update the current item.

The value in Indent is used when the DrawItem method in TCustomComboBoxEx is called to render an extended item in the Combo-Box.

See also

TComboExItems.AddItem

  

Adds a new item with the specified values to the collection.

TCustomComboBoxEx.DrawItem

  

Draws an item on the extended combo-box control.


Version 4.0 Generated 2025-05-03 Home