Back to Devexpress

TcxSchedulerExchangeProgressProc Type

vcl-cxscheduleroutlookexchange-92d78a79.md

latest1.6 KB
Original Source

TcxSchedulerExchangeProgressProc Type

Provides a callback reference to a procedure that implements progress indication.

Declaration

delphi
TcxSchedulerExchangeProgressProc = procedure(ACurrent: Integer; ACount: Integer; var Abort: Boolean);

Parameters

NameType
ACurrentInteger
ACountInteger
AbortBoolean

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

cxSchedulerOutlookExchange.cxSchedulerExportToOutlook

cxSchedulerOutlookExchange.cxSchedulerImportFromOutlook

cxSchedulerOutlookExchange.cxSchedulerSynchronizeOutlookWithStorage

cxSchedulerOutlookExchange.cxSchedulerSynchronizeStorageWithOutlook

cxSchedulerOutlookExchange Unit