TIWCGJQGridTreeDataType Enumeration

Represents type TIWCGJQGridTreeDataType.

Namespace: IWCGJQGrid
type
 TIWCGJQGridTreeDataType = (gtdtNone,gtdtXml,gtdtJson,gtdtJsonp,gtdtArray,gtdtXmlString,gtdtJsonString,gtdtScript,gtdtFunction);

The TIWCGJQGridTreeDataType type exposes the following members.

Show:
 NameDescription
gtdtArray

Represents constant gtdtArray.

gtdtFunction

Represents constant gtdtFunction.

gtdtJson

Represents constant gtdtJson.

gtdtJsonp

Represents constant gtdtJsonp.

gtdtJsonString

Represents constant gtdtJsonString.

gtdtNone

Represents constant gtdtNone.

gtdtScript

Represents constant gtdtScript.

gtdtXml

Represents constant gtdtXml.

gtdtXmlString

Represents constant gtdtXmlString.

Top