Class TxomProgressItem

Unit

Declaration

type TxomProgressItem = class(TXOMObject)

Description

TxomProgressItem

Hierarchy

  • TXOMObject
  • TxomProgressItem

Overview

Methods

Public procedure AfterConstruction; override;
Public procedure BeforeDestruction; override;

Properties

Published property Progress: TxomProgress read FProgress write FProgress;
Published property ID: String read FID write FID;
Published property Text: WideString read FText write FText;
Published property ProgressText: WideString read FProgressText write FProgressText;
Published property ShowPercentage: Boolean read FShowPercentage write FShowPercentage;
Published property CanPause: Boolean read FCanPause write FCanPause;
Published property CanClose: Boolean read FCanClose write FCanClose;
Published property AutoClose: Boolean read FAutoClose write FAutoClose;
Published property Animated: Boolean read FAnimated write FAnimated;
Published property Continuous: Boolean read FContinuous write FContinuous;
Published property Visible: Boolean read FVisible write FVisible;
Published property ProgressVisible: Boolean read FProgressVisible write FProgressVisible;
Published property Percentage: Single read FPercentage write FPercentage;
Published property CloseRequest: Boolean read FCloseRequest write SetCloseRequest;
Published property PauseRequest: Boolean read FPauseRequest write FPauseRequest;
Published property ResumeRequest: Boolean read FResumeRequest write FResumeRequest;

Description

Methods

Public procedure AfterConstruction; override;
 
Public procedure BeforeDestruction; override;
 

Properties

Published property Progress: TxomProgress read FProgress write FProgress;
 
Published property ID: String read FID write FID;
 
Published property Text: WideString read FText write FText;
 
Published property ProgressText: WideString read FProgressText write FProgressText;
 
Published property ShowPercentage: Boolean read FShowPercentage write FShowPercentage;
 
Published property CanPause: Boolean read FCanPause write FCanPause;
 
Published property CanClose: Boolean read FCanClose write FCanClose;
 
Published property AutoClose: Boolean read FAutoClose write FAutoClose;
 
Published property Animated: Boolean read FAnimated write FAnimated;
 
Published property Continuous: Boolean read FContinuous write FContinuous;
 
Published property Visible: Boolean read FVisible write FVisible;
 
Published property ProgressVisible: Boolean read FProgressVisible write FProgressVisible;
 
Published property Percentage: Single read FPercentage write FPercentage;
 
Published property CloseRequest: Boolean read FCloseRequest write SetCloseRequest;
 
Published property PauseRequest: Boolean read FPauseRequest write FPauseRequest;
 
Published property ResumeRequest: Boolean read FResumeRequest write FResumeRequest;
 

Generated by PasDoc 0.15.0.