|
<< Click to Display Table of Contents >> Navigation: Classes > TJsonReader > Methods > Create |
SIGNATURE=IWJsonDataObjects.TJsonReader.Create@Pointer@NativeInt@PJsonReaderProgressRec
ETYPE=Method
Declaration:
Delphi: |
public constructor Create(AStart: Pointer; ASize: NativeInt; AProgress: PJsonReaderProgressRec); |
C++: |
public: __fastcall TJsonReader(void * AStart, NativeInt ASize, PJsonReaderProgressRec AProgress); |
Description: This is Create, a member of class TJsonReader.