How to bring OBJ_EDIT to front ?

 

OBJ_EDIT input is always behind OBJ_RECTANGLE_LABEL

what could I do to make it on top ?

Help me please.  MQL5 Code

Picture below 

Documentation on MQL5: Constants, Enumerations and Structures / Objects Constants / Object Types
Documentation on MQL5: Constants, Enumerations and Structures / Objects Constants / Object Types
  • www.mql5.com
Object Types - Objects Constants - Constants, Enumerations and Structures - MQL5 Reference - Reference on algorithmic/automated trading language for MetaTrader 5
Files:
14919.jpg  225 kb
 
Wayo Cnx:

OBJ_EDIT input is always behind OBJ_RECTANGLE_LABEL

what could I do to make it on top ?

Help me please.  MQL5 Code

Picture below 

In my knowledge objects appear on the chart in the sequence of the time they were created. So if you want the edit to be at the front then create it after the other objects.

 
Navdeep Singh #:

In my knowledge objects appear on the chart in the sequence of the time they were created. So if you want the edit to be at the front then create it after the other objects.

Thank you very much. Now it solved. I forgot to Delete .... ObjectsDeleteAll(0, "Info*");