Back to Devexpress

TcxSchedulerWebServiceStorage.IsActive Method

vcl-cxschedulerwebservicestorage-dot-tcxschedulerwebservicestorage-53a5f7d8.md

latest1.4 KB
Original Source

TcxSchedulerWebServiceStorage.IsActive Method

Identifies if the online event persistence manager is ready for use by the associated Scheduler control.

Declaration

delphi
function IsActive: Boolean; override;

Returns

Type
Boolean

Remarks

This function returns True if the web service persistence manager is connected to at least a single online calendar; otherwise – False.

You can use the ResourceCount property to identify the total number of connected calendars.

Note

Calling the online event persistence manager’s PostEvents procedure has no effect if the IsActive function returns False.

See Also

TcxCustomSchedulerStorage.IsActive

TcxSchedulerAggregateStorage.IsActive

TcxSchedulerWebServiceStorage Class

TcxSchedulerWebServiceStorage Members

cxSchedulerWebServiceStorage Unit