Skip to main content

TcxColorComboBoxItems Members

Holds the collection of items displayed by color combo box controls.

Constructors

Name Description
Create(TCollectionItemClass) Inherited from TCollection.
Create(TPersistent,TCollectionItemClass) Inherited from TOwnedCollection.

Properties

Name Description
Capacity Inherited from TCollection.
Count Inherited from TCollection.
ItemClass Inherited from TCollection.
Items Provides indexed access to items displayed by the color combo box.
UpdateCount Inherited from TCollection.

Methods

Name Description
Add
AddColor(TColor,string) Adds a new item with the specified color and description.
Assign(TPersistent) Inherited from TPersistent.
AssignTo(TPersistent) Inherited from TPersistent.
BeginUpdate Inherited from TCollection.
CancelUpdate
Clear Inherited from TCollection.
ClearAndResetID Inherited from TCollection.
ClearCustom Removes all the items which represent custom colors within the color combo box.
ClearNonCustom Removes all the items which represent non-custom colors within the color combo box.
Delete(Integer) Inherited from TCollection.
EndUpdate Inherited from TCollection.
Equals(TObject) Inherited from TObject.
FindColorItem(TColor) Returns an item representing a specified color.
FindItemID(Integer) Inherited from TCollection.
GetColorByIndex(Integer,TColor) Gets the color represented by the item at the specified index.
GetHashCode Inherited from TObject.
GetIndexByColor(TColor) Gets the index of the item representing a specified color.
GetNamePath Inherited from TPersistent.
GetOwner Inherited from TPersistent.
Insert(Integer)
InsertColor(Integer,TColor,string) Inserts an item with the specified color and description within the collection.
Move(Integer,Integer)
Owner
Sort(IComparer<TCollectionItem>) Inherited from TCollection.
ToString Inherited from TObject.
See Also