TcxCustomSchedulerStorage.IsLocationAvailable Method
In This Article
Identifies if the persistence manager stores information on event locations.
#Declaration
Delphi
function IsLocationAvailable: Boolean; virtual;
#Returns
Type |
---|
Boolean |
#Remarks
This function returns True if the internal storage field that corresponds to the location where the scheduled event takes place is active; otherwise – False.
See Also