[Overview][Types][Classes][Procedures and functions][Index] |
Space reserved between the Image and the caption for the item.
Source position: comboex.pas line 87
published property TComboExItem.Indent : Integer |
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.
|
Adds a new item with the specified values to the collection. |
|
|
Draws an item on the extended combo-box control. |
Version 4.0 | Generated 2025-05-03 | Home |