Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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

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