TcxCustomScheduler.MakeEventVisible(TcxSchedulerControlEvent,TDateTime,TcxSchedulerStorageResourceItem) Method
Scrolls the scheduling area‘s content to bring a user event into the Time View.
Declaration
procedure MakeEventVisible(AEvent: TcxSchedulerControlEvent; const ADate: TDateTime = NullDate; AResource: TcxSchedulerStorageResourceItem = nil);
Parameters
Name | Type |
---|---|
AEvent | TcxSchedulerControlEvent |
ADate | TDateTime |
AResource | TcxSchedulerStorageResourceItem |
Remarks
AEvent specifies the user event to be brought into the time View.
ADate specifies the date at which AEvent is scheduled.
AResource specifies the resource to which AEvent belongs.
See Also