TcxCheckListBoxItems.Objects Property
Lists the objects associated with each item within the collection.
Declaration
property Objects[Index: Integer]: TObject read; write;
Property Value
Type |
---|
TObject |
Remarks
Use the Objects property to access the object associated with a particular item within the collection. Each item has a corresponding ItemObject property to refer to the object associated with it.
Note
The TcxCheckListBoxItems collection does not own the objects in the Objects list. Objects added to the Objects property still exist even if the collection is destroyed. They must be explicitly destroyed by the application.
See Also