TcxCheckListBoxItems.Objects Property
In This Article
Lists the objects associated with each item within the collection.
#Declaration
Delphi
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 Tcx
See Also