CreateRes

<< Click to Display Table of Contents >>

Navigation:  Classes > EJsonParserException > Methods >

CreateRes

SIGNATURE=IWJsonDataObjects.EJsonParserException.CreateRes@PResStringRec@NativeInt@NativeInt@NativeInt

 

ETYPE=Method

 

Declaration:

Delphi:

public constructor CreateRes(ResStringRec: PResStringRec; ALineNum: NativeInt; AColumn: NativeInt; APosition: NativeInt);

C++:

public: __fastcall EJsonParserException(PResStringRec ResStringRec, NativeInt ALineNum, NativeInt AColumn, NativeInt APosition);

 

Description: This is CreateRes, a member of class EJsonParserException.