TCGJSonMemberType Enumeration
Represents type TCGJSonMemberType
.
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:
Name | Description | |
---|---|---|
![]() | mtBoolean | Represents constant |
![]() | mtColor | Represents constant |
![]() | mtCurrency | Represents constant |
![]() | mtDouble | Represents constant |
![]() | mtEnum | Represents constant |
![]() | mtEnumSet | Represents constant |
![]() | mtInteger | Represents constant |
![]() | mtJSon | Represents constant |
![]() | mtJSonDynObjList | Represents constant |
![]() | mtJSonFunc | Represents constant |
![]() | mtJSonObj | Represents constant |
![]() | mtJSonObjList | Represents constant |
![]() | mtJSonSimpleArray | Represents constant |
![]() | mtNone | Represents constant |
![]() | mtString | Represents constant |
![]() | mtVariant | Represents constant |