Back to Devexpress

TcxCaptionItems Class

vcl-cxcheckbox-1e1fdc9b.md

latest1.4 KB
Original Source

TcxCaptionItems Class

Represents a collection of labeled items in collection controls (such as check lists or group boxes).

Declaration

delphi
TcxCaptionItems = class(
    TcxOwnedInterfacedCollection,
    IcxCheckItems
)

Remarks

This class extends its ancestor class with the Items property, which provides indexed access to collection items.

The TcxCaptionItems class is the base class for the TcxButtonGroupItems and TcxCheckListBoxItems classes.

Implements

IcxCheckItems

Inheritance

TObject TPersistent TCollection TOwnedCollection TcxOwnedInterfacedCollection TcxCaptionItems

See Also

TcxCaptionItems

TcxButtonGroupItems

TcxCheckListBoxItems

TcxCaptionItems Members

cxCheckBox Unit