Class TProgressBarDialog

Unit

Declaration

type TProgressBarDialog = class(TForm)

Description

Hierarchy

Overview

Fields

Public Label1: TLabel;
Public barLabel: TLabel;
Public ProgressBar1: TProgressBar;
Public addUnit: string;

Methods

Public constructor create(title,description:string;maxprogress:longint=100); reintroduce;
Public procedure setProgress(progress:longint);
Public procedure progressEvent(sender:TObject;progress,maxprogress:longint);

Description

Fields

Public Label1: TLabel;
 
Public barLabel: TLabel;
 
Public ProgressBar1: TProgressBar;
 
Public addUnit: string;
 

Methods

Public constructor create(title,description:string;maxprogress:longint=100); reintroduce;
 
Public procedure setProgress(progress:longint);
 
Public procedure progressEvent(sender:TObject;progress,maxprogress:longint);
 

Generated by PasDoc 0.16.0.