Unit 'GR32_RangeBars' Package
[Overview][Types][Classes][Index] [#pl_graphics32]

TCustomGaugeBar

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

Declaration

Source position: GR32_RangeBars.pas line 229

type TCustomGaugeBar = class(TArrowBar)

protected

  procedure DoChanging(); virtual;

  

  procedure AdjustPosition();

  

  function DoMouseWheel(); override;

  

  function GetHandleRect; override;

  

  function GetHandleSize;

  

  procedure MouseDown(); override;

  

  procedure MouseMove(); override;

  

  procedure TimerHandler(); override;

  

public

  constructor Create(); override;

  

  property HandleSize: Integer; [rw]

  

  property LargeChange: Integer; [rw]

  

  property Max: Integer; [rw]

  

  property Min: Integer; [rw]

  

  property Position: Integer; [rw]

  

  property SmallChange: Integer; [rw]

  

  property OnChange: TNotifyEvent;

  

  property OnUserChange: TNotifyEvent;

  

  property OnUserChanging: TGaugeBarChangingEvent; [rw]

  

end;

Inheritance

TCustomGaugeBar

  

|

TArrowBar

  

|

TObject



CT Web help

CodeTyphon Studio