Event XbpCrt():close Foundation
Window is being closed.
:close := {| uNIL1, uNIL2, self | ... }
:close () --> self
xbeP_Close (1048632)
This method returns the object executing the method (self).
The event xbeP_Close is generated when the XbpCrt window is being closed. By default, this only occurs when a user double clicks on the icon of the window menu or selects the "Close" menu item in the window menu. If the instance variable :useShortCuts is set to .T. (true), the event is also generated if the user presses Alt-F4.
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.