BTVisualFTP 3.0
|
Provides methods to display upload and download progress. More...
Public Member Functions | |
Reset () | |
Reset the progress indicator. | |
Start () | |
Start the progress indicator. | |
Public Attributes | |
Int64 | Current |
The current progress value. | |
Int64 | Maximum |
The maximum progress value. | |
TFtpProgressEvent | OnShowProgress |
Event which can be used to display current and total number of files. | |
Protected Member Functions | |
TProgressInfo | GetProgressInfo (const Integer DoneSize) |
This function returns informations about the current progress state. |
Provides methods to display upload and download progress.
TProgressIndicator::Reset | ( | ) |
TProgressIndicator::Start | ( | ) |
Start the progress indicator.
This method calls Reset and sets the StartTime property to the current GetTickCount() value. This will also call the OnShowProgress event handler.
References Reset().
The current progress value.
Referenced by Reset().
The maximum progress value.
Referenced by GetProgressInfo().
Event which can be used to display current and total number of files.