Class TxomProgress

Unit

Declaration

type TxomProgress = class(TComponent)

Description

TxomProgress

Hierarchy

  • TComponent
  • TxomProgress

Overview

Methods

Public constructor Create(AOwner: TComponent); override;
Public constructor CreateNonAnimated(AOwner: TComponent); virtual;
Public procedure AfterConstruction; override;
Public procedure BeforeDestruction; override;
Public procedure Show; virtual;
Public procedure Hide; virtual;
Public procedure CloseProgress; virtual;
Public procedure ForceUpdate; virtual;
Public function ProgressItemExists: Boolean; virtual;

Properties

Public property ID: String read FID;
Public property Max: Single read FMax write SetMax;
Public property Pos: Single read FPos write SetPos;
Public property AutoClose: Boolean read FAutoClose write SetAutoClose;
Public property Caption: WideString read FCaption write SetCaption;
Public property Continuous: Boolean read FContinuous write SetContinuous;
Public property ProgressText: WideString read FProgressText write SetProgressText;
Public property ShowEstimatedTime: Boolean read FShowEstimatedTime write FShowEstimatedTime;
Public property Cancel: Boolean read FCancel write SetCancel;
Public property Animated: Boolean read FAnimated write FAnimated;
Public property ShowProgress: Boolean read FShowProgress write SetShowProgress;
Public property UpdateFrequencyMs: Cardinal read FUpdateFrequencyMs write FUpdateFrequencyMs;
Public property CanPause: Boolean read FCanPause write SetCanPause;
Public property CanCancel: Boolean read FCanCancel write SetCanCancel;
Public property OnDestroy: TNotifyEvent read FOnDestroy write FOnDestroy;
Public property OnCancel: TNotifyEvent read FOnCancel write FOnCancel;
Public property OnRefreshProgress: TNotifyEvent read FOnRefreshProgress write FOnRefreshProgress;

Description

Methods

Public constructor Create(AOwner: TComponent); override;
 
Public constructor CreateNonAnimated(AOwner: TComponent); virtual;
 
Public procedure AfterConstruction; override;
 
Public procedure BeforeDestruction; override;
 
Public procedure Show; virtual;
 
Public procedure Hide; virtual;
 
Public procedure CloseProgress; virtual;
 
Public procedure ForceUpdate; virtual;
 
Public function ProgressItemExists: Boolean; virtual;
 

Properties

Public property ID: String read FID;
 
Public property Max: Single read FMax write SetMax;

write FID

Public property Pos: Single read FPos write SetPos;
 
Public property AutoClose: Boolean read FAutoClose write SetAutoClose;
 
Public property Caption: WideString read FCaption write SetCaption;
 
Public property Continuous: Boolean read FContinuous write SetContinuous;
 
Public property ProgressText: WideString read FProgressText write SetProgressText;
 
Public property ShowEstimatedTime: Boolean read FShowEstimatedTime write FShowEstimatedTime;
 
Public property Cancel: Boolean read FCancel write SetCancel;
 
Public property Animated: Boolean read FAnimated write FAnimated;
 
Public property ShowProgress: Boolean read FShowProgress write SetShowProgress;
 
Public property UpdateFrequencyMs: Cardinal read FUpdateFrequencyMs write FUpdateFrequencyMs;
 
Public property CanPause: Boolean read FCanPause write SetCanPause;
 
Public property CanCancel: Boolean read FCanCancel write SetCanCancel;
 
Public property OnDestroy: TNotifyEvent read FOnDestroy write FOnDestroy;
 
Public property OnCancel: TNotifyEvent read FOnCancel write FOnCancel;
 
Public property OnRefreshProgress: TNotifyEvent read FOnRefreshProgress write FOnRefreshProgress;
 

Generated by PasDoc 0.15.0.