Files
mql5-skills/skills/mql5/references/docs/34-standardlibrary/3809-standardlibrary-controls-cwndobj-cwndobjonobjectcreate.md
T
2026-06-23 21:47:51 +08:00

309 B

OnObjectCreate

The virtual handler of chart object CHARTEVENT_OBJECT_CREATE event.

virtual bool  OnObjectCreate()

Return Value

true - event processed, otherwise - false.

Note

The base class method does nothing and always returns true.