- Operating mode
- Reminder: The Button controls to use in a window
Abandon (Function) In french: Abandonne Closes the current window by running the "Click" event of the CANCEL Button control.
// Click BTN_CANCEL Abandon()
Remarks If the window contains a CANCEL Button control, the "Click" event of the Button control is run. Caution: - If the "Click" event of the CANCEL Button control type closes the window, the window is closed.
- If the "Click" event of the CANCEL Button control type does not close the window, the window is not closed.
If the window contains no CANCEL Button control, the window is closed. No return value is returned. If Abandon is called from a CANCEL Button control, the window is closed (even if the "Click" event of the Button control does not use Close). If a value was returned (by Close for example) in the "Click" event of the Button control, this value is not returned. The call to Abandon is equivalent to Alt + F4. Remark: if the window has several CANCEL Button controls, the behavior is not defined. Reminder: The Button controls to use in a window - If your window contains no edit control, all the Button controls can be NORMAL buttons.
- If your window contains at least one edit control, the following types of Button controls must be used:
- a VALIDATE Button control,
- a CANCEL Button control,
- a HELP Button control (if the controls have associated help windows),
- any other INTERRUPT Button controls
This page is also available for…
|
|
|
|