Deleted VLine

 
Hello all,

Is it possible to distinguish whether an object_delete was triggered by a script or manually by the user?

Yours
Stefan
 
Stefan Leitner:
Hello all,

Is it possible to distinguish whether an object_delete was triggered by a script or manually by the user?

Yours
Stefan

It is possible to capture object deletion event with the OnChartEvent function, and it is possible to print a statement to indicate the script/code's intent to remove a line, and such a statement will go into the log file for subsequent investigation.

However, if an object was deleted BEFORE these codes were put in place, I don't think it is possible to investigate who/what deleted it.

 
Seng Joo Thio:

It is possible to capture object deletion event with the OnChartEvent function, and it is possible to print a statement to indicate the script/code's intent to remove a line, and such a statement will go into the log file for subsequent investigation.

However, if an object was deleted BEFORE these codes were put in place, I don't think it is possible to investigate who/what deleted it.

Thank you, very much!

Yours Stefan