TCheckGroupItem Class

Represents type TCheckGroupItem.

Namespace: System.UI.Controls
TObject
  System.UI.Controls.TCaptionCollectionItem
    System.UI.Controls.TCheckGroupItem
type
 TCheckGroupItem = class(TCaptionCollectionItem)
 end;

The TCheckGroupItem type exposes the following members.

Show:
 NameDescription
Caption

Represents property Caption. (Inherited from TCaptionCollectionItem.)

Enabled

Represents property Enabled.

Tag

Represents property Tag. (Inherited from TCaptionCollectionItem.)

Top
Show:
 NameDescription
GetCaption

Represents method GetCaption. (Inherited from TCaptionCollectionItem.)

GetEnabled

Represents method GetEnabled.

GetTag

Represents method GetTag. (Inherited from TCaptionCollectionItem.)

SetCaption(String)

Represents method SetCaption(String). (Inherited from TCaptionCollectionItem.)

SetEnabled(Boolean)

Represents method SetEnabled(Boolean).

SetTag(Integer)

Represents method SetTag(Integer). (Inherited from TCaptionCollectionItem.)

Top