TcxSchedulerWebServiceStorage.IsActive Method
Identifies if the online event persistence manager is ready for use by the associated Scheduler control.
Declaration
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