Files
mql5-skills/skills/mql5/references/docs/34-standardlibrary/2184-standardlibrary-chart-object-classes-obj-lines-cchartobjecttrend-cchartobjecttrendload.md
T

21 lines
287 B
Markdown
Raw Normal View History

2026-06-23 21:47:51 +08:00
# Load
Loads object parameters from file.
```
virtual bool  Load(
   int  file_handle      // file handle
   )
```
Parameters
file_handle
[in]   handle of file opened previously using the FileOpen(...) function.
Return Value
true - successful, false - error.