Class TProgressConsoleInterface
Unit
CastleProgressConsole
Declaration
type TProgressConsoleInterface = class(TProgressUserInterface)
Description
no description available, 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.12.1 on 2013-02-04 20:26:51
|