Table of Contents

TTMSFNCGanttChartSearchType Enumeration

Defines the text comparison used by task filtering.

API unit family: TMSFNCGanttChart

Members

Name Description
gstStartsWith Matches values that start with the search text.
gstEndsWith Matches values that end with the search text.
gstContains Matches values that contain the search text.
gstEqual Matches values that equal the search text.
gstNotEqual Matches values that do not equal the search text.
gstNotContains Matches values that do not contain the search text.