| [Overview][Types][Classes][Procedures and functions][Index] | 
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Used for representing the progress of a running thread.
Source position: tiThreadProgress.pas line 79
type TtiThreadProgress = class(TtiThread) end;  | 
protected  | 
procedure DoOnTerminate(); override;  | 
procedure SetText(); override;  | 
public  | 
constructor Create(); override;  | 
destructor Destroy; override;  | 
property Max: Integer; [rw]  | 
property Min: Integer; [rw]  | 
property Position: Integer; [rw]  | 
property Caption: TCaption; [rw]  | 
property AutoProgress: Boolean; [rw]  | 
property CanCancel: Boolean; [rw]  | 
property ConfirmCancel: Boolean; [rw]  | 
property OnCancel: TNotifyEvent; [rw]  | 
procedure IncPosition; virtual;  | 
  | 
Used for representing the progress of a running thread.  | 
|
| | | ||
| | | ||
| | | ||
TThread  | 
||
| ? | ||
TObject  | 
Used for representing the progress of a running thread.