Skip to main content

TcxSchedulerAggregateStorageEvent Methods

A user event‘s clone that belongs to the aggregate storage.
Name Description
AllowLink(TcxSchedulerEvent) Inherited from TcxSchedulerEvent.
Assign(TPersistent) Inherited from TPersistent.
AssignAttributes(TcxSchedulerEvent,Boolean) Copies the contents of the ASource user event. Inherited from TcxSchedulerEvent.
AssignDefaultValues protected Inherited from TcxSchedulerEvent.
AssignTo(TPersistent) Inherited from TPersistent.
BeginEditing Loads the current object properties’ values for editing and activates edit mode for the user event. Inherited from TcxSchedulerEvent.
Cancel Deactivates edit mode and prevents the user event from being updated in storage. Inherited from TcxSchedulerEvent.
CanLink(TcxSchedulerEvent) Checks whether an event can be linked to the current task when scheduling in the Gantt View. Inherited from TcxSchedulerEvent.
Conflicts(Boolean) Determines whether other user events overlap with the scheduled time of the user event. Inherited from TcxSchedulerEvent.
CreateConflictsInfo(Boolean) Instantiates a TcxSchedulerEventConflictsInfo object which contains information on any user events that overlap with the user event. Inherited from TcxSchedulerEvent.
Delete Removes the user event from storage and memory and updates the scheduler to reflect the changes. Inherited from TcxSchedulerEvent.
DeleteExceptions Deletes all the custom occurrences and exceptions if the user event is the pattern. Inherited from TcxSchedulerEvent.
EndEditing Flushes the updated user event to storage and deactivates edit mode for it. Inherited from TcxSchedulerEvent.
Equals(TObject) Inherited from TObject.
GetCustomFieldValue(TcxCustomSchedulerStorageField) Returns the user-defined attribute’s value of the user event from the ACustomField in the TcxSchedulerStorageFields collection. Inherited from TcxSchedulerEvent.
GetCustomFieldValueByIndex(Integer) Returns the user-defined attribute’s value of the user event from the TcxSchedulerStorageFields collection at the position specified by the AIndex parameter. Inherited from TcxSchedulerEvent.
GetCustomFieldValueByName(string) Returns the user-defined attribute’s value of the user event from the AName custom field, located in the TcxSchedulerStorageFields collection. Inherited from TcxSchedulerEvent.
GetHashCode Inherited from TObject.
GetNamePath Inherited from TPersistent.
GetOccurrence(TDateTime) Returns the recurring user event’s occurrence by the ADate. Inherited from TcxSchedulerEvent.
GetOriginalDate Returns the start date and time of the user event. Inherited from TcxSchedulerEvent.
GetOwner Inherited from TPersistent.
GetRecurrenceChain Loads all the TcxSchedulerEvent objects that represent exceptions or custom occurrences of the user event, from storage and puts them in the TcxSchedulerEventList collection, if the flag etPattern on the user event’s EventType property is active. Inherited from TcxSchedulerEvent.
GetResourceItem

Returns the TcxSchedulerStorageResourceItem object, which represents the schedule resource.

This method is deprecated.

Inherited from TcxSchedulerEvent.
GetTaskLinkOwnerRelation(TcxSchedulerEvent,TcxSchedulerEventRelation) Checks whether the current task (the successor) and a specified task (the predecessor) are linked, and obtains the link type. Inherited from TcxSchedulerEvent.
GetValidTaskTimeRange(TDateTime,TDateTime) Validates the current task’s time start and end time. Inherited from TcxSchedulerEvent.
GetValidTaskTimeRangeByRelation(TcxSchedulerEventRelation,TcxSchedulerEvent,TDateTime,TDateTime) Validates the current task’s time bounds. Inherited from TcxSchedulerEvent.
HasAsParentGroup(TcxSchedulerEvent) Determines whether AEvent is the task’s group parent. Inherited from TcxSchedulerEvent.
HasChildren Determines whether the task owns the group children. Inherited from TcxSchedulerEvent.
HasExceptions Specifies whether the user event has custom occurrences or exceptions in the chain of reoccurrences if this user event is the parent of this chain. Inherited from TcxSchedulerEvent.
HasReminderForResourceID(Variant) Inherited from TcxSchedulerEvent.
IsAllDayOrLonger Inherited from TcxSchedulerEvent.
IsDayEvent(Integer) Inherited from TcxSchedulerEvent.
IsDayEvent(TDateTime) Checks whether the ADate date contains the user event. Inherited from TcxSchedulerEvent.
IsEventLinked(TcxSchedulerEvent) Inherited from TcxSchedulerEvent.
IsRecurring Checks whether the user event is recurring. Inherited from TcxSchedulerEvent.
IsResourceEvent(TcxSchedulerStorageResourceItem,Boolean) Checks whether the user event belongs to the AResource resource. Inherited from TcxSchedulerEvent.
IsSharedWithResource(TcxSchedulerStorageResourceItem) Inherited from TcxSchedulerEvent.
IsSharedWithResource(Variant) Checks whether the user event belongs to the AResourceItem resource. Inherited from TcxSchedulerEvent.
MoveTo(TDateTime) Changes the user event’s start time to the start time specified by the AStartTime parameter. Inherited from TcxSchedulerEvent.
Post Submits the user event to storage and updates the scheduler to reflect the changes. Inherited from TcxSchedulerEvent.
RemoveRecurrence Changes the state of the user event from recurring to regular. Inherited from TcxSchedulerEvent.
ReplaceResourceID(Variant) Replaces an associated resource with a new one or adds a new resource if the user event is shared between resources. Inherited from TcxSchedulerEvent.
SetCustomFieldValue(TcxCustomSchedulerStorageField,Variant) Writes the AValue user-defined attribute’s value of the user event to the ACustomField in the TcxSchedulerStorageFields collection. Inherited from TcxSchedulerEvent.
SetCustomFieldValueByIndex(Integer,Variant) Writes the AValue user-defined attribute’s value of the user event to the custom field located at the AIndex position in the TcxSchedulerStorageFields collection. Inherited from TcxSchedulerEvent.
SetCustomFieldValueByName(string,Variant) Writes the AValue user-defined attribute’s value of the user event to the custom field identified by the AName in the TcxSchedulerStorageFields collection. Inherited from TcxSchedulerEvent.
ShareWithResource(TcxSchedulerStorageResourceItem) Inherited from TcxSchedulerEvent.
ShareWithResource(Variant) Assigns the user event to the resource specified by the AResourceItem or AResourceID parameter. Inherited from TcxSchedulerEvent.
TimeBias Returns the system time offset from UTC. Inherited from TcxSchedulerEvent.
ToString Inherited from TObject.
UnshareWithResource(TcxSchedulerStorageResourceItem) Inherited from TcxSchedulerEvent.
UnshareWithResource(Variant) Disassociates the user event from the AResourceItem resource. Inherited from TcxSchedulerEvent.
ValidateOccurrenceTimeBounds(TcxSchedulerEvent,TDateTime,TDateTime) Inherited from TcxSchedulerEvent.
See Also