AddListener(IcxSchedulerStorageListener)
|
Registers the IcxSchedulerStorageListener listener specified by the AListener parameter so that it’s notified when the storage changes its state.
|
Assign(TPersistent)
|
|
AssignTo(TPersistent)
|
|
BeginInvoke(TAsyncConstArrayFunctionEvent,Untyped[],TObject)
|
|
BeginInvoke(TAsyncConstArrayProc,Untyped[],TObject)
|
|
BeginInvoke(TAsyncConstArrayProcedureEvent,Untyped[],TObject)
|
|
BeginInvoke(TAsyncFunctionEvent,TObject)
|
|
BeginInvoke(TAsyncProcedureEvent,TObject)
|
|
BeginInvoke(TProc,TObject)
|
|
BeginInvoke<TResult>(TAsyncConstArrayFunc<TResult>,Untyped[],TObject)
|
|
BeginInvoke<TResult>(TFunc<TResult>,TObject)
|
|
BeginUpdate
|
Acquires a lock on the data controller to prevent View update callbacks being made to the registered IcxSchedulerStorageListener listener by the data controller, until a block of data update statements has finished executing.
|
CalculateEventActualTimeRanges
|
Populates the ActualStart and ActualFinish fields with the values of the user event‘s time period bounds.
|
CheckRequiredFields
|
Checks if all the obligatory properties of persisted user events are mapped to the corresponding fields of the underlying dataset.
|
Clear
|
Deletes all user events from the bound persistence manager and updates the associated Scheduler control.
|
createEvent
|
Creates a user event with the default settings.
|
CreateOccurrence(TcxSchedulerEvent,TDateTime,TcxEventType)
|
Creates occurrence of the APattern parent at the ADate date.
|
DestroyComponents
|
|
Destroying
|
|
DoneRestore
|
|
EndFunctionInvoke(IAsyncResult)
|
|
EndInvoke(IAsyncResult)
|
|
EndInvoke<TResult>(IAsyncResult)
|
|
EndUpdate
|
Updates storage and releases a lock on the data controller.
|
Equals(TObject)
|
|
ExecuteAction(TBasicAction)
|
|
FindAvailableAllDay(TDateTime,TDateTime,Variant,Boolean,TDateTime)
|
Searches for free time blocks which can be used to schedule an all-day user event.
|
FindAvailableTime(TcxSchedulerEvent,Boolean,TDateTime,TDateTime)
|
Searches for free time blocks which can be used to schedule the AEvent user event.
|
FindAvailableTime(TDateTime,TDateTime,Boolean,Variant,Boolean,TDateTime,TcxSchedulerEvent)
|
|
FindComponent(String)
|
|
FreeNotification(TComponent)
|
|
FreeOnRelease
|
|
FullRefresh
|
Forces the data controller to update itself and notify the registered IcxSchedulerStorageListener listeners.
|
GenerateHolidayEvents(Variant)
|
Creates new user events that represent holidays, and adds them to the storage.
|
GetChildren(TGetChildProc,TComponent)
|
|
GetEventByID(Variant)
|
Returns an event by its unique identifier.
|
GetEvents(TcxSchedulerFilteredEventList,TDateTime,TDateTime,Variant)
|
Clears the specified event list and populates it with events retrieved from the persistence manager’s resources.
|
GetEvents(TcxSchedulerFilteredEventList,TDateTime,TDateTime)
|
|
GetFieldByName(string)
|
|
GetHashCode
|
|
GetHolidayNamesByDate(TDate,string,Boolean)
|
Populates a parameter with names of holidays taking place at a certain date.
|
GetNamePath
|
|
GetOwner
|
|
GetParentComponent
|
|
GetReminderEvents(TDateTime,TcxSchedulerFilteredEventList)
|
Populates the AList collection with in-memory user events containing reminders.
|
HasParent
|
|
HolidaysChanged(TObject)
|
|
HolidaysRemoved(TObject)
|
|
InitRestore
|
|
InsertComponent(TComponent)
|
|
IsActive
|
Identifies if the event persistence manager is ready for use by the associated scheduler control.
|
IsCaptionAvailable
|
|
IsEventEditing(TcxSchedulerControlEvent)
|
|
IsEventSharingAllowed
|
Identifies if the persistence manager can share an event between resources.
|
IsImplementorOf(IInterface)
|
|
IsLabelColorAvailable
|
Identifies if the persistence manager stores event label colors.
|
IsLocationAvailable
|
Identifies if the persistence manager stores information on event locations.
|
IsMessageAvailable
|
Identifies if the persistence manager stores user event descriptions.
|
IsRecurrenceAvailable
|
|
IsReminderAvailable
|
|
IsReminderByResourceAvailable
|
|
IsStateAvailable
|
Identifies if the persistence manager stores information on the event creator’s availability status.
|
Loaded
|
|
Notification(TComponent,TOperation)
|
|
PopulateHolidayDates(TcxSchedulerDateList,TDate,TDate,Boolean,Boolean)
|
Populates AList with holiday dates by the specified period.
|
PostEvents
|
Saves all new user events to the open and connected dataset and updates the associated Scheduler control.
|
ReferenceInterface(IInterface,TOperation)
|
|
RemoveComponent(TComponent)
|
|
RemoveFreeNotification(TComponent)
|
|
RemoveListener(IcxSchedulerStorageListener)
|
Deletes the IcxSchedulerStorageListener listener specified by the AListener parameter from the collection of listeners registered with the TcxCustomSchedulerStorage.
|
SetParentComponent(TComponent)
|
|
SetSubComponent(Boolean)
|
|
ToString
|
|
UpdateAction(TBasicAction)
|
|