vcl-cxscheduleroutlookexchange-92d78a79.md
Provides a callback reference to a procedure that implements progress indication.
TcxSchedulerExchangeProgressProc = procedure(ACurrent: Integer; ACount: Integer; var Abort: Boolean);
| Name | Type |
|---|---|
| ACurrent | Integer |
| ACount | Integer |
| Abort | Boolean |
Use the TcxSchedulerExchangeProgressProc reference to implement a procedure that can for instance be used to display a status bar to an end-user when synchronization between the scheduler and Microsoft Outlook® is being performed.
The ACurrent parameter specifies the progress point.
The ACount parameter specifies the progress amount.
The Abort parameter specifies whether the synchronization operation is to be cancelled.
See Also
cxSchedulerOutlookExchange.cxSchedulerExportToOutlook
cxSchedulerOutlookExchange.cxSchedulerImportFromOutlook
cxSchedulerOutlookExchange.cxSchedulerSynchronizeOutlookWithStorage
cxSchedulerOutlookExchange.cxSchedulerSynchronizeStorageWithOutlook