Class TxomProgress
Unit
xomProgress
Declaration
type TxomProgress = class(TComponent)
Description
TxomProgress
Hierarchy
Overview
Methods
Properties
 |
property ID: String read FID; |
 |
property Max: Single read FMax write SetMax; |
 |
property Pos: Single read FPos write SetPos; |
 |
property AutoClose: Boolean read FAutoClose write SetAutoClose; |
 |
property Caption: WideString read FCaption write SetCaption; |
 |
property Continuous: Boolean read FContinuous write SetContinuous; |
 |
property ProgressText: WideString read FProgressText write SetProgressText; |
 |
property ShowEstimatedTime: Boolean read FShowEstimatedTime write FShowEstimatedTime; |
 |
property Cancel: Boolean read FCancel write SetCancel; |
 |
property Animated: Boolean read FAnimated write FAnimated; |
 |
property ShowProgress: Boolean read FShowProgress write SetShowProgress; |
 |
property UpdateFrequencyMs: Cardinal read FUpdateFrequencyMs write FUpdateFrequencyMs; |
 |
property CanPause: Boolean read FCanPause write SetCanPause; |
 |
property CanCancel: Boolean read FCanCancel write SetCanCancel; |
 |
property OnDestroy: TNotifyEvent read FOnDestroy write FOnDestroy; |
 |
property OnCancel: TNotifyEvent read FOnCancel write FOnCancel; |
 |
property OnRefreshProgress: TNotifyEvent read FOnRefreshProgress write FOnRefreshProgress; |
Description
Methods
 |
constructor Create(AOwner: TComponent); override; |
|
|
 |
constructor CreateNonAnimated(AOwner: TComponent); virtual; |
|
|
 |
procedure AfterConstruction; override; |
|
|
 |
procedure BeforeDestruction; override; |
|
|
 |
procedure Show; virtual; |
|
|
 |
procedure Hide; virtual; |
|
|
 |
procedure CloseProgress; virtual; |
|
|
 |
procedure ForceUpdate; virtual; |
|
|
 |
function ProgressItemExists: Boolean; virtual; |
|
|
Properties
 |
property ID: String read FID; |
|
|
 |
property Max: Single read FMax write SetMax; |
|
write FID
|
 |
property Pos: Single read FPos write SetPos; |
|
|
 |
property AutoClose: Boolean read FAutoClose write SetAutoClose; |
|
|
 |
property Caption: WideString read FCaption write SetCaption; |
|
|
 |
property Continuous: Boolean read FContinuous write SetContinuous; |
|
|
 |
property ProgressText: WideString read FProgressText write SetProgressText; |
|
|
 |
property ShowEstimatedTime: Boolean read FShowEstimatedTime write FShowEstimatedTime; |
|
|
 |
property Cancel: Boolean read FCancel write SetCancel; |
|
|
 |
property Animated: Boolean read FAnimated write FAnimated; |
|
|
 |
property ShowProgress: Boolean read FShowProgress write SetShowProgress; |
|
|
 |
property UpdateFrequencyMs: Cardinal read FUpdateFrequencyMs write FUpdateFrequencyMs; |
|
|
 |
property CanPause: Boolean read FCanPause write SetCanPause; |
|
|
 |
property CanCancel: Boolean read FCanCancel write SetCanCancel; |
|
|
 |
property OnDestroy: TNotifyEvent read FOnDestroy write FOnDestroy; |
|
|
 |
property OnCancel: TNotifyEvent read FOnCancel write FOnCancel; |
|
|
 |
property OnRefreshProgress: TNotifyEvent read FOnRefreshProgress write FOnRefreshProgress; |
|
|
Generated by PasDoc 0.15.0.
|