Skip to main content

TcxDBFilterOptions.ProcessFilterOperators(TcxFilterControlOperators) Method

Processes the list of supported filter operators based upon the values of the SupportedBetween, SupportedIn and SupportedLike properties.

Declaration

procedure ProcessFilterOperators(var SupportedOperations: TcxFilterControlOperators);

Parameters

Name Type
SupportedOperations TcxFilterControlOperators

Remarks

The ProcessFilterOperators method is used to process the list of supported filter operators specified by the SupportedOperations parameter. The method checks the state of the SupportedBetween, SupportedIn and SupportedLike properties one after another, and if a property is inactive removes the corresponding operator from the specified list.

See Also