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

TCustomComboBoxEx.ItemsEx

Collection with the extended items defined for the control.

Declaration

Source position: comboex.pas line 181

public property TCustomComboBoxEx.ItemsEx : TComboExItems
  read FItemsEx
  write FItemsEx;

Description

ItemsEx is a TComboExItems property which provides access to the extended items defined for the combo-box control. ItemsEx uses TComboExItem as the ItemClass for the collection. The collection is maintained using the Add, AddItem, Delete, DeleteSelected, and Clear methods. Use AssignItemsEx to set the values in the collection to the values from a specific source.

Values in ItemsEx are used in the DrawItem method to render the item(s) using the theme details for the control.

See also

TComboExItems

  

Implements a collection for the items added to TCustomComboBoxEx.

TCustomComboBoxEx.DrawItem

  

Draws an item in the control.

TCustomComboBoxEx.Add

  

Adds a new item to the extended combo-box control.

TCustomComboBoxEx.AddItem

  

Adds the specified item and object instance to the control.

TCustomComboBoxEx.Delete

  

Deletes the item stored at the specified ordinal position in ItemsEx.

TCustomComboBoxEx.DeleteSelected

  

Deletes the current item selected in the control.

TCustomComboBoxEx.Clear

  

Clears the contents in the ItemsEx collection.

TCustomComboBoxEx.AssignItemsEx

  

Assigns the specified values to the ItemsEx property.


Version 3.2 Generated 2024-02-25 Home