TCGJSonMemberType Enumeration

Represents type TCGJSonMemberType.

Namespace: IWCGJQCommon
type
 TCGJSonMemberType = (mtString,mtJSon,mtBoolean,mtInteger,mtColor,mtEnum,mtDouble,mtCurrency,mtVariant,mtEnumSet,
 mtJSonObj,mtJSonObjList,mtJSonSimpleArray,mtJSonDynObjList,mtJSonFunc,mtNone); 

The TCGJSonMemberType type exposes the following members.

Show:
 NameDescription
mtBoolean

Represents constant mtBoolean.

mtColor

Represents constant mtColor.

mtCurrency

Represents constant mtCurrency.

mtDouble

Represents constant mtDouble.

mtEnum

Represents constant mtEnum.

mtEnumSet

Represents constant mtEnumSet.

mtInteger

Represents constant mtInteger.

mtJSon

Represents constant mtJSon.

mtJSonDynObjList

Represents constant mtJSonDynObjList.

mtJSonFunc

Represents constant mtJSonFunc.

mtJSonObj

Represents constant mtJSonObj.

mtJSonObjList

Represents constant mtJSonObjList.

mtJSonSimpleArray

Represents constant mtJSonSimpleArray.

mtNone

Represents constant mtNone.

mtString

Represents constant mtString.

mtVariant

Represents constant mtVariant.

Top