Table of Contents

TTMSFNCGanttChartFilterHierarchyMode Enumeration

Defines how filtering treats matching parent and child tasks.

API unit family: TMSFNCGanttChart

Members

Name Description
gfhParent Includes parent tasks when a child task matches.
gfhChildren Includes child tasks when a parent task matches.
gfhBoth Includes matching hierarchy parents and children.
gfhStrict Includes only tasks that directly match the filter.