Unit 'AbBrowse' Package
[Overview][Types][Classes][Procedures and functions][Index] [#pl_abbrevia]

TAbCustomMeter

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

Declaration

Source position: AbBrowse.pas line 59

type TAbCustomMeter = class(TGraphicControl,IAbProgressMeter)

protected

  FBorderStyle: TBorderStyle;

  

  FCtl3D: Boolean;

  

  FOrientation: TAbMeterOrientation;

  

  FPercent: Integer;

  

  FTickMarks: Byte;

  

  FUsedColor: TColor;

  

  FUnusedColor: TColor;

  

  procedure Paint; override;

  

  procedure SetBorderStyle();

  

  procedure SetCtl3D();

  

  procedure SetOrientation();

  

  procedure SetTickMarks();

  

  procedure SetUnusedColor();

  

  procedure SetUsedColor();

  

  procedure SetVersion();

  

public

  constructor Create(); override;

  

  procedure DoProgress();

  

  procedure Reset;

  

  property BorderStyle: TBorderStyle; [rw]

  

  property Ctl3D: Boolean; [rw]

  

  property Orientation: TAbMeterOrientation; [rw]

  

  property TickMarks: Byte; [rw]

  

  property UnusedColor: TColor; [rw]

  

  property UsedColor: TColor; [rw]

  

end;

Inheritance

TAbCustomMeter

  

|

TObject,IAbProgressMeter



CT Web help

CodeTyphon Studio