TcxSchedulerEvent Members
In This Article
#Constructors
Name | Description |
---|---|
Create |
Initializes a new instance of the Tcx |
Create |
Initializes a new instance of the Tcx |
#Properties
Name | Description |
---|---|
Actual |
Gets the user event’s end date or the end date of its last occurrence if the user event is recurring. |
Actual |
|
Actual |
Gets the user event’s start date or the start date of its first occurrence if the user event is recurring. |
All |
Specifies whether the user event is an all-day event (an event that lasts at least 24 hours or longer). |
Caption | Specifies the caption of the user event. |
Data | |
Duration | Specifies the user event’s duration. |
Editing |
|
Edit |
Provides indexed access to the user event object’s properties in edit mode. |
Enabled | This property is used as a custom property. |
Event |
Specifies the status of the user event’s reoccurrences. |
Finish | Specifies the user event’s end time, for the primary time zone. |
Group |
Determines the task group’s identifier. |
Group |
|
ID | Gets the unique identifier of the user event. |
Index | |
Is |
|
Is |
Determines whether the user event is in edit mode. |
Is |
Specifies the task as a task group in the Gantt View. |
Label |
Specifies the user event’s color. |
Location | Specifies the text that represents the location at which the user event is being held. |
Message | Specifies the text for the end-user’s description of the user event. |
Parent |
Specifies the task’s group in the Gantt View. |
Parent |
Specifies the unique identifier of the user event. |
Pattern | Gets the user event’s parent. |
Read |
Gets the user event’s read-only status. |
Record |
|
Recurrence |
Specifies which one of the user event’s reoccurrences this is. |
Recurrence |
Provides access to the user event’s recurrence data. |
Reminder | Specifies whether the reminder is on or off. |
Reminder |
Specifies the date and time of the user event’s reminder. |
Reminder |
Specifies the time-out in minutes for the reminder of the user event. |
Resource |
Specifies the resource’s unique identifier for the user event. |
Resource |
Returns the number of resources that reference the user event. |
Resource |
Provides indexed access to unique identifiers of resources that reference the user event. |
Shared | Gets whether the user event is shared between different resources. |
Skip |
|
Start | Specifies the user event’s start time, for the primary time zone. |
State | Specifies the availability status of the user event. |
Storage | Represents the persistence manager component. |
Task |
Specifies the task completion, as a percentage. |
Task |
Specifies the row in which the current task resides. |
Task |
References a collection that stores predecessor tasks to which the current task is linked. |
Task |
Represents task links that belong to the Tcx |
Task |
Specifies the task status. |
UTCFinish | Specifies the user event’s end time, for the UTC time zone. |
UTCStart | Specifies the user event’s start time, for the UTC time zone. |
Value |
Gets the number of the storage fields that store the Tcx |
Values |
Provides indexed access to the storage fields that store the current Tcx |
#Methods
Name | Description |
---|---|
Allow |
|
Assign |
Inherited from TPersistent. |
Assign |
Copies the contents of the ASource user event. |
Assign |
|
Assign |
Inherited from TPersistent. |
Begin |
Loads the current object properties’ values for editing and activates edit mode for the user event. |
Cancel | Deactivates edit mode and prevents the user event from being updated in storage. |
Can |
Checks whether an event can be linked to the current task when scheduling in the Gantt View. |
Conflicts |
Determines whether other user events overlap with the scheduled time of the user event. |
Create |
Instantiates a Tcx |
Delete | Removes the user event from storage and memory and updates the scheduler to reflect the changes. |
Delete |
Deletes all the custom occurrences and exceptions if the user event is the pattern. |
End |
Flushes the updated user event to storage and deactivates edit mode for it. |
Equals |
Inherited from TObject. |
Get |
Returns the user-defined attribute’s value of the user event from the ACustom |
Get |
Returns the user-defined attribute’s value of the user event from the Tcx |
Get |
Returns the user-defined attribute’s value of the user event from the AName custom field, located in the Tcx |
Get |
Inherited from TObject. |
Get |
Inherited from TPersistent. |
Get |
Returns the recurring user event’s occurrence by the ADate. |
Get |
Returns the start date and time of the user event. |
Get |
Inherited from TPersistent. |
Get |
Loads all the Tcx |
Get |
Returns the Tcx This method is deprecated. |
Get |
Checks whether the current task (the successor) and a specified task (the predecessor) are linked, and obtains the link type. |
Get |
Validates the current task’s time start and end time. |
Get |
Validates the current task’s time bounds. |
Has |
Determines whether AEvent is the task’s group parent. |
Has |
Determines whether the task owns the group children. |
Has |
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. |
Has |
|
Is |
|
Is |
|
Is |
Checks whether the ADate date contains the user event. |
Is |
|
Is |
Checks whether the user event is recurring. |
Is |
Checks whether the user event belongs to the AResource resource. |
Is |
|
Is |
Checks whether the user event belongs to the AResource |
Move |
Changes the user event’s start time to the start time specified by the AStart |
Post | Submits the user event to storage and updates the scheduler to reflect the changes. |
Remove |
Changes the state of the user event from recurring to regular. |
Replace |
Replaces an associated resource with a new one or adds a new resource if the user event is shared between resources. |
Set |
Writes the AValue user-defined attribute’s value of the user event to the ACustom |
Set |
Writes the AValue user-defined attribute’s value of the user event to the custom field located at the AIndex position in the Tcx |
Set |
Writes the AValue user-defined attribute’s value of the user event to the custom field identified by the AName in the Tcx |
Share |
|
Share |
Assigns the user event to the resource specified by the AResource |
Time |
Returns the system time offset from UTC. |
To |
Inherited from TObject. |
Unshare |
|
Unshare |
Disassociates the user event from the AResource |
Validate |
See Also