TIWCGJQGridSearchOpt Enumeration
Represents type TIWCGJQGridSearchOpt
.
type TIWCGJQGridSearchOpt = (gsoEqual,gsoNotEqual,gsoLess,gsoLessEqual,gsoGreat,gsoGreatEqual,gsoBeginWith,gsoDoesntBegin, gsoIsIn,gsoIsNotIn,gsoEndsWith,gsoDoesntEndsWith,gsoContains,gsoDoesntContain);
The TIWCGJQGridSearchOpt type exposes the following members.
Show:
Name | Description | |
---|---|---|
![]() | gsoBeginWith | Represents constant |
![]() | gsoContains | Represents constant |
![]() | gsoDoesntBegin | Represents constant |
![]() | gsoDoesntContain | Represents constant |
![]() | gsoDoesntEndsWith | Represents constant |
![]() | gsoEndsWith | Represents constant |
![]() | gsoEqual | Represents constant |
![]() | gsoGreat | Represents constant |
![]() | gsoGreatEqual | Represents constant |
![]() | gsoIsIn | Represents constant |
![]() | gsoIsNotIn | Represents constant |
![]() | gsoLess | Represents constant |
![]() | gsoLessEqual | Represents constant |
![]() | gsoNotEqual | Represents constant |