Base abstract class for TECRadioGroup and TECCheckGroup. No published properties. Base class for TECRadioGroup. No abstract classes, no published properties. Base class for TECCheckGroup. No abstract classes, no published properties. Visual component. An alternative to TRadioGroup. Visual components TECRadioGroup and TECCheckGroup.Enumerated type denoting state of items of TECRadioGroup and TECCheckGroup. Enumerated type. Options for TECRadioGroup and TECCheckGroup. Allow all items to be unchecked. False means that one item of TECRadioGroup and at least one item of TECCheckGroup is always selected. Caption is displayed by the box, i.e. on the left or on the right - depends on the BiDiMode. Glyphs, images and texts of items are horizontally centered. Determines order of items. Default is left to right, next row and again left to right (assumes horizonal orientation and left-to-right language). Items have native glyph, i.e. empty or full small circle (TECRadioGroup) and empty or checked square (TECCheckGroup). Items are separated with vertical and vertical spliters (beveled lines). Set of TECGCOption. Group Control item. RadioGroup or CheckGroup is collection of these items. Collection of items. Subclass for TCustomECGroupCtrl and descendants. Caption of the item. Display depends on properties Font, (Un)CheckedFontColor and (Un)CheckedFontStyles of TCustomECGroupCtrl. Determines whether the item (radiobutton or checkbox) is checked (selected) or not. Can be set via code to True or False, regardless on egoAllowAllUp option. Index of image. Parent (TCustomECGroupCtrl) contains link to ImageList (property Images). Adds new item to collection. Collection of items. Set all items to unchecked (Checked=False), regardless on egoAllowAllUp option. This method is called on item click (i.e. mouse click or key-up event). Method respects egoAllowAllUp option. Color of the component. Applies only when Style = eosPanel. Font color of checked items. Font styles (bold, italic, underline) of checked items. Font styles (bold, italic, underline) of unchecked items. Font color of unchecked items. Item images are taken from this image list. Distance between caption and block with items. Applies only when Caption is not empty string. Subclass containing items. Distance between glyph, image and text of item. Also distance between border and content (when egoCentered is not in Options). See . Number of rows. Index of item that is currently selected. -1 or any other negative value means that no items is selected. Triggered when ItemIndex changes. Changes from negative to other negative value are not allowed. Triggered when any item changed its state (property Checked). Both True=>False and False=>True are valid. Maps property Checked of items. This property was added for compatibility with TCheckGroup. Visual component. An alternative to TCheckGroup. Denotes orientation of the group control. Denotes orientation of the group control.