Klasse TCustomProgressBar
Unit
ComCtrls
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
 |
constructor Create(AOwner: TComponent); override; |
 |
procedure StepIt; |
 |
procedure StepBy(Delta: Integer); |
Eigenschaften
 |
property Max: Integer read GetMax write SetMax; |
 |
property Min: Integer read GetMin write SetMin; |
 |
property Orientation: TProgressBarOrientation read FOrientation write SetOrientation default pbHorizontal; |
 |
property Position: Integer read GetPosition write SetPosition default 0; |
 |
property Smooth : boolean read FSmooth write SetSmooth default false; |
 |
property Step: Integer read FStep write SetStep default 10; |
 |
property BarShowText : boolean read FBarShowText write SetBarShowText; |
Beschreibung
Methoden
 |
constructor Create(AOwner: TComponent); override; |
|
 |
procedure StepIt; |
|
 |
procedure StepBy(Delta: Integer); |
|
Eigenschaften
 |
property Max: Integer read GetMax write SetMax; |
|
 |
property Min: Integer read GetMin write SetMin; |
|
 |
property Position: Integer read GetPosition write SetPosition default 0; |
|
 |
property Smooth : boolean read FSmooth write SetSmooth default false; |
|
 |
property Step: Integer read FStep write SetStep default 10; |
|
 |
property BarShowText : boolean read FBarShowText write SetBarShowText; |
|
Erstellt mit PasDoc 0.10.0 am 2007-03-27 23:02:52