Class TProgressConsoleInterface
Unit
CastleProgressConsole
Declaration
type TProgressConsoleInterface = class(TProgressUserInterface)
Description
No description available, ancestor TProgressUserInterface description follows
Abstract user interface of the progress bar. See TProgress for information how to use progress bars.
Hierarchy
Overview
Methods
Description
Methods
 |
procedure Init(Progress: TProgress); override; |
|
 |
procedure Update(Progress: TProgress); override; |
|
 |
procedure Fini(Progress: TProgress); override; |
|
Generated by PasDoc 0.15.0.
|