vcl-cxcheckgroup-96731017.md
A TcxCheckGroup control’s check box collection.
TcxCheckGroupItems = class(
TcxButtonGroupItems
)
TcxCheckGroupItems objects are available via the Properties.Items property of a TcxCheckGroup control. Such objects hold check boxes collections displayed by the owning controls. Each individual item in the collection is represented by a TcxCheckGroupItem object. You can access these objects via the collection’s Items property.
The TcxCheckGroupItems object is the TOwnedCollection descendant and thus inherits the common members for collection management.
TObject TPersistent TCollection TOwnedCollection TcxOwnedInterfacedCollection TcxCaptionItems TcxButtonGroupItems TcxCheckGroupItems
See Also