TcxCustomSchedulerStorage.GetReminderEvents(TDateTime,TcxSchedulerFilteredEventList) Method
In This Article
Populates the AList collection with in-memory user events containing reminders.
#Declaration
Delphi
function GetReminderEvents(ADateTime: TDateTime; AList: TcxSchedulerFilteredEventList): Boolean;
#Parameters
Name | Type |
---|---|
ADate |
TDate |
AList | Tcx |
#Returns
Type |
---|
Boolean |
#Remarks
Use the GetReminderEvents method to load in-memory user events with reminders till the ADateTime bound time.
See Also