Create(TcxSchedulerEvent,Boolean,TDateTime,TDateTime) Constructor
In This Article
Initializes a new instance of the TcxSchedulerEventConflictsInfo class with specified settings.
#Declaration
Delphi
constructor Create(AEvent: TcxSchedulerEvent; AExceptEventsWithoutResources: Boolean; const AStart: TDateTime; const AFinish: TDateTime); overload; virtual;
#Parameters
Name | Type |
---|---|
AEvent | Tcx |
AExcept |
Boolean |
AStart | TDate |
AFinish | TDate |
See Also