SoFunction
Updated on 2025-04-12

A brief analysis of the "Close" button event on the Easy Language Window

It is the "X" on the startup window, the event that is clicked

Subprogram: __Start window_Can it be closed

Return value type:Logical

if(Information box("Confirm to close?",0,"Close prompt")=1)

return(real)

otherwise

return(Fake)

if结束

returnreal就关闭 returnFake就不关闭

The above is the relevant code content. Thank you for your support.