TcxSchedulerControlEventID.SameEvent(TcxSchedulerEvent) Method
Checks whether the current id object identifies the user event, which the AEvent references to.
Declaration
function SameEvent(AEvent: TcxSchedulerEvent): Boolean;
Parameters
Name | Type |
---|---|
AEvent | TcxSchedulerEvent |
Returns
Type |
---|
Boolean |
Remarks
This function returns True if the current id instance identifies the same user event as is represented by the AEvent parameter.
See Also