Skip to main content

TcxSchedulerEvent.AssignAttributes(TcxSchedulerEvent,Boolean) Method

Copies the contents of the ASource user event.

Declaration

procedure AssignAttributes(ASource: TcxSchedulerEvent; AUseSourceTime: Boolean = True); virtual;

Parameters

Name Type
ASource TcxSchedulerEvent
AUseSourceTime Boolean

Remarks

The AUseSourceTime parameter specifies whether to copy the start and end times of the ASource user event. If the AUseSourceTime parameter’s value is True then the ASource‘s start and end times will be assigned.

See Also