TIWCGJQGridSearchOpt Enumeration

Represents type TIWCGJQGridSearchOpt.

Namespace: IWCGJQGrid
type
 TIWCGJQGridSearchOpt = (gsoEqual,gsoNotEqual,gsoLess,gsoLessEqual,gsoGreat,gsoGreatEqual,gsoBeginWith,gsoDoesntBegin,
 gsoIsIn,gsoIsNotIn,gsoEndsWith,gsoDoesntEndsWith,gsoContains,gsoDoesntContain);

The TIWCGJQGridSearchOpt type exposes the following members.

Show:
 NameDescription
gsoBeginWith

Represents constant gsoBeginWith.

gsoContains

Represents constant gsoContains.

gsoDoesntBegin

Represents constant gsoDoesntBegin.

gsoDoesntContain

Represents constant gsoDoesntContain.

gsoDoesntEndsWith

Represents constant gsoDoesntEndsWith.

gsoEndsWith

Represents constant gsoEndsWith.

gsoEqual

Represents constant gsoEqual.

gsoGreat

Represents constant gsoGreat.

gsoGreatEqual

Represents constant gsoGreatEqual.

gsoIsIn

Represents constant gsoIsIn.

gsoIsNotIn

Represents constant gsoIsNotIn.

gsoLess

Represents constant gsoLess.

gsoLessEqual

Represents constant gsoLessEqual.

gsoNotEqual

Represents constant gsoNotEqual.

Top