Defines the criteria type
Source position: tiCriteria.pas line 14
type TCriteriaType = (
crAND,
crOR,
crNONE
);
Defines the criteria type.