TCGJSonMemberList Class

Represents type TCGJSonMemberList.

Namespace: IWCGJQCommon
TCGIndexedCollection
  IWCGJQCommon.TCGJSonMemberList
type
 TCGJSonMemberList = class(TCGIndexedCollection)
 end;

The TCGJSonMemberList type exposes the following members.

Show:
 NameDescription
Create(TIWCGJSonClass)

Initializes a new instance of the TCGJSonMemberList class.

Top
Show:
 NameDescription
ItemsByName[string]

Represents property ItemsByName[string].

Items[Integer]

Represents property Items[Integer].

JSonClass

Represents property JSonClass.

Top
Show:
 NameDescription
Add

Represents method Add.

AddBoolean(string,Boolean,Boolean,Boolean)

Represents method AddBoolean(string,Boolean,Boolean,Boolean).

AddColor(string,TIWCGColor,Boolean,Boolean)

Represents method AddColor(string,TIWCGColor,Boolean,Boolean).

AddCurrency(string,Currency,Boolean,Boolean)

Represents method AddCurrency(string,Currency,Boolean,Boolean).

AddDouble(string,Double,Boolean,Boolean)

Represents method AddDouble(string,Double,Boolean,Boolean).

AddDynJSonObjList(string,Boolean,Boolean)

Represents method AddDynJSonObjList(string,Boolean,Boolean).

AddEnum(string,TCGStringArray,Byte,Boolean,Boolean)

Represents method AddEnum(string,TCGStringArray,Byte,Boolean,Boolean).

AddEnumSet(string,TCGStringArray,Void,Word,Boolean,Boolean)

Represents method AddEnumSet(string,TCGStringArray,Void,Word,Boolean,Boolean).

AddInteger(string,Integer,Boolean,Boolean)

Represents method AddInteger(string,Integer,Boolean,Boolean).

AddJSon(string,TCGJSon,Boolean,Boolean)

Represents method AddJSon(string,TCGJSon,Boolean,Boolean).

AddJSonFunc(string,string,string,Boolean,TIWCGJSonFuncClass,Boolean,Boolean)

Represents method AddJSonFunc(string,string,string,Boolean,TIWCGJSonFuncClass,Boolean,Boolean).

AddJSonObj(string,TIWCGJSonClass,Boolean,Boolean,Boolean)

Represents method AddJSonObj(string,TIWCGJSonClass,Boolean,Boolean,Boolean).

AddJSonObjList(string,TIWCGJSonListClass,Boolean,Boolean,Boolean)

Represents method AddJSonObjList(string,TIWCGJSonListClass,Boolean,Boolean,Boolean).

AddJSonSimpleArray(string,Boolean,Boolean,Boolean)

Represents method AddJSonSimpleArray(string,Boolean,Boolean,Boolean).

AddString(string,string,Boolean,Boolean)

Represents method AddString(string,string,Boolean,Boolean).

AddVariant(string,Variant,Boolean,Boolean)

Represents method AddVariant(string,Variant,Boolean,Boolean).

Insert(Integer)

Represents method Insert(Integer).

KeyCaseSensitive(Byte)

Represents method KeyCaseSensitive(Byte).

KeyDuplicates(Byte)

Represents method KeyDuplicates(Byte).

Top