
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
I'm creating a Rectangle Label using the CHARTEVENT_MOUSE_MOVE event, for every time the event fires I invoke
my question is that, is this method safe in terms of memory management? or do I need to delete/destroy the previous object before recreating the new one?
the obj_rect_label is a statically declared instance of the CPanel class.