TcxSchedulerReminders 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 |
---|---|
Active | Activates or deactivates reminders. |
Count |
Gets the number of Tcx |
Default |
Specifies the default value of the reminder time in minutes of the Tcx |
Default |
Specifies the default value of the Tcx |
Items |
Provides indexed access to the Tcx |
Owner |
Provides access to the control or its object to which the persisted settings belong.
Inherited from Tcx |
Reminder |
Specifies whether user events are shown by resources when displayed in the Reminders window. |
Reminder |
References the Reminders window instance when the Reminders window is initialized. |
Reminder |
Represents look and feel settings for the Reminders window. |
Show |
Specifies whether resource names are displayed in the Reminders window’s alert list. |
Storage | Represents the persistence manager component. |
Time |
Specifies the time zone for the reminder. |
Time |
Specifies whether daylight saving time is applied to the reminder. |
Use |
Specifies whether the Reminders window is displayed when a reminder alerts. |
#Methods
Name | Description |
---|---|
Assign |
Inherited from TPersistent. |
Assign |
Inherited from TPersistent. |
Begin |
|
Dismiss |
Removes Tcx |
End |
|
Equals |
Inherited from TObject. |
Get |
Returns a formatted time string as the time interval between the start time of the user event that the AReminder reminder relates to and the ATime bound. |
Get |
Inherited from TObject. |
Get |
Inherited from TPersistent. |
Get |
Inherited from TPersistent. |
Has |
Checks if there are reminders in the Tcx |
Hide |
Closes the Reminders window. |
Is |
Determines whether the Tcx |
Is |
|
Is |
|
Is |
Determines whether the Reminders window is currently displayed. |
Query |
Inherited from TInterfaced |
Refresh |
Updates the Tcx |
Show |
Invokes the Reminders window. |
Snooze |
Notifies the scheduler to defer triggering of all the Tcx |
To |
Inherited from TObject. |
#Events
Name | Description |
---|---|
On |
Allows you to customize the AReminder’s alert behavior. |
On |
Fires when the AReminder reminder is about to be dismissed. |
On |
Fires when a formatted time string is about to be returned by the Get |
On |
Fires when the Reminders window is about to be opened. |
On |
Fires when the Reminders window is about to be closed by an end-user or by the Hide |
On |
Fires when the Open Item button (located in the Reminders window) has been clicked. |
On |
Fires when the Reminders window is being opened. |
On |
Fires when the AReminder reminder is about to be snoozed. |
See Also