TcxCustomSchedulerStorage.IsStateAvailable Method
In This Article
Identifies if the persistence manager stores information on the event creator’s availability status.
#Declaration
Delphi
function IsStateAvailable: Boolean; virtual;
#Returns
Type |
---|
Boolean |
#Remarks
This function returns True if the internal storage field that corresponds to the availability status information is active; otherwise – False.
See Also