TTMSFNCCustomGanttChart.SelectPreviousVisibleTask Method
Selects the previous visible task relative to the current selection.
API unit family: TMSFNCGanttChart
Declaring type: TTMSFNCCustomGanttChart
Syntax
function SelectPreviousVisibleTask(ASameParent: Boolean = False): TTMSFNCGanttTask;
Parameters
| Name | Description |
|---|---|
ASameParent |
When True, navigation stays within the selected task's parent task. |
Returns
The newly selected visible task, or nil when no matching visible task is available.