TcxSchedulerReminderEventID.SameEvent(TcxSchedulerControlEvent) Method
Checks whether the current id object identifies the user event, which the AEvent refers to.
Declaration
function SameEvent(AEvent: TcxSchedulerControlEvent): Boolean;
Parameters
| Name | Type |
|---|---|
| AEvent | TcxSchedulerControlEvent |
Returns
| Type |
|---|
| Boolean |
Remarks
The SameEvent method returns a value of True if the current id instance identifies the same user event as is represented by the AEvent parameter.
See Also