|
<< Click to Display Table of Contents >> Navigation: Classes > TJsonBaseObject > Methods > LoadFromFile |
SIGNATURE=IWJsonDataObjects.TJsonBaseObject.LoadFromFile@string@Boolean@PJsonReaderProgressRec
ETYPE=Method
Declaration:
Delphi: |
public procedure LoadFromFile(const FileName: string; Utf8WithoutBOM: Boolean = True; AProgress: PJsonReaderProgressRec = nil); |
C++: |
void public: __fastcall LoadFromFile(const String FileName, bool Utf8WithoutBOM = True, PJsonReaderProgressRec AProgress = null |
Description: This is LoadFromFile, a member of class TJsonBaseObject.