TTMSFNCTableView.UpdateReloadProgress Method
Updates the reload progress indicator.
API unit family: TMSFNCTableView
Declaring type: TTMSFNCTableView
Inherited from: TTMSFNCCustomTableView
Syntax
procedure UpdateReloadProgress(AProgress: Single; AAutoStopReload: Boolean = True); virtual;
Parameters
| Name | Description |
|---|---|
AProgress |
Progress value to display. |
AAutoStopReload |
When True, stops reloading automatically when progress completes. |