Klasse TCustomProgressBar

BeschreibungHierarchieFelderMethodenEigenschaften

Unit

Deklaration

type TCustomProgressBar = class(TWinControl)

Beschreibung

no description available, TWinControl description follows
no description available, TControl description follows
no description available, TLCLComponent description follows

Hierarchie

Übersicht

Methoden

Public constructor Create(AOwner: TComponent); override;
Public procedure StepIt;
Public procedure StepBy(Delta: Integer);

Eigenschaften

Public property Max: Integer read GetMax write SetMax;
Public property Min: Integer read GetMin write SetMin;
Public property Orientation: TProgressBarOrientation read FOrientation write SetOrientation default pbHorizontal;
Public property Position: Integer read GetPosition write SetPosition default 0;
Public property Smooth : boolean read FSmooth write SetSmooth default false;
Public property Step: Integer read FStep write SetStep default 10;
Public property BarShowText : boolean read FBarShowText write SetBarShowText;

Beschreibung

Methoden

Public constructor Create(AOwner: TComponent); override;
 
Public procedure StepIt;
 
Public procedure StepBy(Delta: Integer);
 

Eigenschaften

Public property Max: Integer read GetMax write SetMax;
 
Public property Min: Integer read GetMin write SetMin;
 
Public property Orientation: TProgressBarOrientation read FOrientation write SetOrientation default pbHorizontal;
 
Public property Position: Integer read GetPosition write SetPosition default 0;
 
Public property Smooth : boolean read FSmooth write SetSmooth default false;
 
Public property Step: Integer read FStep write SetStep default 10;
 
Public property BarShowText : boolean read FBarShowText write SetBarShowText;
 

Erstellt mit PasDoc 0.10.0 am 2007-03-27 23:02:52