Class TxomProgressItem
Unit
xomProgress
Declaration
type TxomProgressItem = class(TXOMObject)
Description
TxomProgressItem
Hierarchy
- TXOMObject
- TxomProgressItem
Overview
Methods
Properties
 |
property Progress: TxomProgress read FProgress write FProgress; |
 |
property ID: String read FID write FID; |
 |
property Text: WideString read FText write FText; |
 |
property ProgressText: WideString read FProgressText write FProgressText; |
 |
property ShowPercentage: Boolean read FShowPercentage write FShowPercentage; |
 |
property CanPause: Boolean read FCanPause write FCanPause; |
 |
property CanClose: Boolean read FCanClose write FCanClose; |
 |
property AutoClose: Boolean read FAutoClose write FAutoClose; |
 |
property Animated: Boolean read FAnimated write FAnimated; |
 |
property Continuous: Boolean read FContinuous write FContinuous; |
 |
property Visible: Boolean read FVisible write FVisible; |
 |
property ProgressVisible: Boolean read FProgressVisible write FProgressVisible; |
 |
property Percentage: Single read FPercentage write FPercentage; |
 |
property CloseRequest: Boolean read FCloseRequest write SetCloseRequest; |
 |
property PauseRequest: Boolean read FPauseRequest write FPauseRequest; |
 |
property ResumeRequest: Boolean read FResumeRequest write FResumeRequest; |
Description
Methods
 |
procedure AfterConstruction; override; |
|
|
 |
procedure BeforeDestruction; override; |
|
|
Properties
 |
property Progress: TxomProgress read FProgress write FProgress; |
|
|
 |
property ID: String read FID write FID; |
|
|
 |
property Text: WideString read FText write FText; |
|
|
 |
property ProgressText: WideString read FProgressText write FProgressText; |
|
|
 |
property ShowPercentage: Boolean read FShowPercentage write FShowPercentage; |
|
|
 |
property CanPause: Boolean read FCanPause write FCanPause; |
|
|
 |
property CanClose: Boolean read FCanClose write FCanClose; |
|
|
 |
property AutoClose: Boolean read FAutoClose write FAutoClose; |
|
|
 |
property Animated: Boolean read FAnimated write FAnimated; |
|
|
 |
property Continuous: Boolean read FContinuous write FContinuous; |
|
|
 |
property Visible: Boolean read FVisible write FVisible; |
|
|
 |
property ProgressVisible: Boolean read FProgressVisible write FProgressVisible; |
|
|
 |
property Percentage: Single read FPercentage write FPercentage; |
|
|
 |
property CloseRequest: Boolean read FCloseRequest write SetCloseRequest; |
|
|
 |
property PauseRequest: Boolean read FPauseRequest write FPauseRequest; |
|
|
 |
property ResumeRequest: Boolean read FResumeRequest write FResumeRequest; |
|
|
Generated by PasDoc 0.15.0.
|