TIWCGLookupDataLinkFilterOperation Enumeration

Represents type TIWCGLookupDataLinkFilterOperation.

Namespace: IWCGJQCommon
type
 TIWCGLookupDataLinkFilterOperation = (lfoContains,lfoBeginsWith,lfoGrEqualThan,lfoCustom,lfoNone);

The TIWCGLookupDataLinkFilterOperation type exposes the following members.

Show:
 NameDescription
lfoBeginsWith

Represents constant lfoBeginsWith.

lfoContains

Represents constant lfoContains.

lfoCustom

Represents constant lfoCustom.

lfoGrEqualThan

Represents constant lfoGrEqualThan.

lfoNone

Represents constant lfoNone.

Top