Skip to main content

cxShowTaskDependencyEditor(TcxSchedulerEventItemLink,TcxLookAndFeel,TControl) Method

Invokes the Task Dependency dialog used to modify the specified task link when scheduling in the Gantt View.

Declaration

procedure cxShowTaskDependencyEditor(AItemLink: TcxSchedulerEventItemLink; ALookAndFeel: TcxLookAndFeel; AControl: TControl = nil);

Parameters

Name Type
AItemLink TcxSchedulerEventItemLink
ALookAndFeel TcxLookAndFeel
AControl TControl

Remarks

AItemLink references the task link to be changed.

ALookAndFeel specifies the dialog’s look and feel settings.

See Also