TJsonReaderProgressProc

<< Click to Display Table of Contents >>

Navigation:  Types >

TJsonReaderProgressProc

SIGNATURE=IWJsonDataObjects.TJsonReaderProgressProc

 

ETYPE=Type

 

Declaration:

Delphi:

TJsonReaderProgressProc = procedure (Data: Pointer; Percentage: Integer; Position, Size: NativeInt);

C++:

void (Data: Pointer; Percentage: Integer; Position, Size: NativeInt) ( TJsonReaderProgressProc)();

 

Unit: IWJsonDataObjects.pas

 

Description: This is type IWJsonDataObjects.TJsonReaderProgressProc.