cxShowTaskDependencyEditor(TcxSchedulerEventItemLink,TcxLookAndFeel,TControl) Method
In This Article
Invokes the Task Dependency dialog used to modify the specified task link when scheduling in the Gantt View.
#Declaration
Delphi
procedure cxShowTaskDependencyEditor(AItemLink: TcxSchedulerEventItemLink; ALookAndFeel: TcxLookAndFeel; AControl: TControl = nil);
#Parameters
Name | Type |
---|---|
AItem |
Tcx |
ALook |
Tcx |
AControl | TControl |
#Remarks
AItemLink references the task link to be changed.
ALookAndFeel specifies the dialog’s look and feel settings.
See Also