JVCL Help:TJvProgressDialog.Interval
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvProgressDialog.Interval Property
[+] TJvProgressDialog Events
[+] TJvProgressDialog Methods
[+] TJvProgressDialog Properties
Search in JVCL Help
Search in all projectsSummary
Specifies how often OnProgress is called.
Pascal
propertyInterval: Integer;
Description
Use Interval to set the number of milliseconds between calls to OnProgress when the dialog is shown using ShowModal. When the dialog is displayed using Show, this property has no effect.
If Interval is less than or equal to 0, OnProgress is called once. If Interval is still less than or equal to 0, the dialog will be closed. Interval can be changed inside the OnProgress event and will be updated immediately.
See Also
TJvProgressDialog.OnProgress, TJvProgressDialog.ShowModal
About
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page