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. | |
| 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.
FCurrent For writing
Referenced by Reset().
The maximum progress value.
FMaximum For writing
Referenced by GetProgressInfo().
Event which can be used to display current and total number of files.
SetOnShowProgress For writing
- Project hosted on