Files
mql5-skills/skills/mql5/references/docs/34-standardlibrary/2641-standardlibrary-cchart-cchartload.md
T
2026-06-23 21:47:51 +08:00

314 B

Load

Loads object parameters from file.

virtual bool  Load(
   int  file_handle      // file handle
   )

Parameters

file_handle

[in]  handle of the binary file already opened by FileOpen(...) function.

Return Value

true - successful, false - error.