TcxCustomSchedulerStorage.IsMessageAvailable Method
In This Article
Identifies if the persistence manager stores user event descriptions.
#Declaration
Delphi
function IsMessageAvailable: Boolean; virtual;
#Returns
Type |
---|
Boolean |
#Remarks
This function returns True if the internal storage field that corresponds to the event’s descriptive message is active; otherwise – False.
See Also