Unit 'Agg_LCLControls' Package
[Overview][Classes][Procedures and functions][Index] [#pl_aggpasvs]

TAgg_RadioBox

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

Declaration

Source position: agg_lclcontrols.pas line 191

type TAgg_RadioBox = class(TAgg_CustomControl)

protected

  procedure SetItemIndex();

  

  function GetItemIndex;

  

  procedure ResizeBuffer; override;

  

  procedure PaintBuffer; override;

  

  procedure ActiveColorChanged; virtual;

  

  procedure BackgroundColorChanged; virtual;

  

  procedure BorderColorChanged; virtual;

  

  procedure InactiveColorChanged; virtual;

  

  procedure TextColorChanged; virtual;

  

  procedure MouseMove(); override;

  

  procedure MouseDown(); override;

  

  procedure MouseUp(); override;

  

public

  constructor Create(); override;

  

  destructor Destroy; override;

  

published

  property Items: TStringList; [rw]

  

  property BackgroundColor: TColor; [rw]

  

  property BorderColor: TColor; [rw]

  

  property TextColor: TColor; [rw]

  

  property InactiveColor: TColor; [rw]

  

  property ActiveColor: TColor; [rw]

  

  property ItemIndex: Integer; [rw]

  

end;

Inheritance

TAgg_RadioBox

  

|

TAgg_CustomControl

  

|

TObject



CT Web help

CodeTyphon Studio