|
|
|
|
|
- Operating mode
- Reminder: Button control fields to be used in a window
Abandon (Function) In french: Abandonne Closes the current window by running the "Click" event of the CANCEL Button control. 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 in the ABANDON Button control 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. Note If the window has more than one ABANDON Button control field, operation is indeterminate. Reminder: Button control fields to be used 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 VALIDATION 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…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|