Skip to main content

TcxFilterControlOperator Enum

Declaration

TcxFilterControlOperator = (
    fcoNone,
    fcoEqual,
    fcoNotEqual,
    fcoLess,
    fcoLessEqual,
    fcoGreater,
    fcoGreaterEqual,
    fcoLike,
    fcoNotLike,
    fcoContains,
    fcoNotContains,
    fcoBeginsWith,
    fcoEndsWith,
    fcoBlanks,
    fcoNonBlanks,
    fcoBetween,
    fcoNotBetween,
    fcoInList,
    fcoNotInList,
    fcoYesterday,
    fcoToday,
    fcoTomorrow,
    fcoLast7Days,
    fcoLastWeek,
    fcoLast14Days,
    fcoLastTwoWeeks,
    fcoLast30Days,
    fcoLastMonth,
    fcoLastYear,
    fcoInPast,
    fcoThisWeek,
    fcoThisMonth,
    fcoThisYear,
    fcoNext7Days,
    fcoNextWeek,
    fcoNext14Days,
    fcoNextTwoWeeks,
    fcoNext30Days,
    fcoNextMonth,
    fcoNextYear,
    fcoInFuture
);

Members

Name
fcoNone
fcoEqual
fcoNotEqual
fcoLess
fcoLessEqual
fcoGreater
fcoGreaterEqual
fcoLike
fcoNotLike
fcoContains
fcoNotContains
fcoBeginsWith
fcoEndsWith
fcoBlanks
fcoNonBlanks
fcoBetween
fcoNotBetween
fcoInList
fcoNotInList
fcoYesterday
fcoToday
fcoTomorrow
fcoLast7Days
fcoLastWeek
fcoLast14Days
fcoLastTwoWeeks
fcoLast30Days
fcoLastMonth
fcoLastYear
fcoInPast
fcoThisWeek
fcoThisMonth
fcoThisYear
fcoNext7Days
fcoNextWeek
fcoNext14Days
fcoNextTwoWeeks
fcoNext30Days
fcoNextMonth
fcoNextYear
fcoInFuture
See Also