Unit 'ExCheckCtrls' Package
[Overview][Types][Classes][Index] [#bs_controls]

TCustomRadioGroupEx

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: excheckctrls.pas line 368

type TCustomRadioGroupEx = class(TCustomCheckControlGroupEx)

protected

  procedure CheckItemIndexChanged; virtual;

  

  procedure InitializeWnd; override;

  

  procedure ItemKeyDown(); override;

  

  procedure ReadState(); override;

  

  procedure UpdateItems; override;

  

  procedure UpdateRadioButtonStates; virtual;

  

  property ItemIndex: Integer; [rw]

  

public

  property ButtonCount: Integer; [r]

  

  property Buttons []: TRadioButtonEx; [r]

  

  property ItemEnabled: Boolean;

  

  constructor Create(); override;

  

  destructor Destroy; override;

  

end;

Inheritance

TCustomRadioGroupEx

  

|

TCustomCheckControlGroupEx

  

|

TObject



CT Web help

CodeTyphon Studio