TcxSchedulerExchangeProgressProc Type
Provides a callback reference to a procedure that implements progress indication.
Declaration
TcxSchedulerExchangeProgressProc = procedure(ACurrent: Integer; ACount: Integer; var Abort: Boolean);
Parameters
Name | Type |
---|---|
ACurrent | Integer |
ACount | Integer |
Abort | Boolean |
Remarks
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