Files
mql5-skills/skills/mql5/references/docs/34-standardlibrary/2102-standardlibrary-fileoperations-cfilebin-cfilebinreadobject.md
T
2026-06-23 21:47:51 +08:00

311 B

ReadObject

Reads data of the CObject class inheritor instance from file.

bool  ReadObject(
   CObject*  object      // pointer
   )

Parameters

object

[in]  Pointer to the CObject class inheritor instance to read.

Return Value

true - successful, false - cannot read the data.