Create(TcxSchedulerEvent,TDateTime,TDateTime) Constructor
Initializes a new instance of the TcxSchedulerControlEvent class with specified settings.
Declaration
constructor Create(ASource: TcxSchedulerEvent; const AStart: TDateTime; const AFinish: TDateTime); reintroduce; overload;
Parameters
Name | Type |
---|---|
ASource | TcxSchedulerEvent |
AStart | TDateTime |
AFinish | TDateTime |
See Also