Files
mql5-skills/skills/mql5/references/docs/34-standardlibrary/2616-standardlibrary-cchart-ccharteventobjectcreate.md
T

21 lines
413 B
Markdown
Raw Normal View History

2026-06-23 21:47:51 +08:00
# EventObjectCreate
Sets a flag to send notifications of [events](/en/docs/constants/chartconstants/enum_chartevents) of a graphical object creation.
```
bool  EventObjectCreate(
   bool  flag      // flag
   )
```
Parameters
flag
[in]  New value of a flag to send notifications of events of a graphical object creation.
Return Value
true successful, false - cannot change the flag.