TIWCGJQGridDataType Enumeration

Represents type TIWCGJQGridDataType.

Namespace: IWCGJQGrid
type
 TIWCGJQGridDataType = (gdtXml,gdtJson,gdtJsonp,gdtArray,gdtXmlString,gdtJsonString,gdtScript,gdtFunction);

The TIWCGJQGridDataType type exposes the following members.

Show:
 NameDescription
gdtArray

Represents constant gdtArray.

gdtFunction

Represents constant gdtFunction.

gdtJson

Represents constant gdtJson.

gdtJsonp

Represents constant gdtJsonp.

gdtJsonString

Represents constant gdtJsonString.

gdtScript

Represents constant gdtScript.

gdtXml

Represents constant gdtXml.

gdtXmlString

Represents constant gdtXmlString.

Top