| Home | Index classes | Index static functions | Index enumerations | Index structure types |
CLASS {Dialog|_modal_form} , UNTESTED, DESTRUCTORS :
The {Dialog} class is descending from the {Form} class to show a form modal.
IMPORT : {Form} , {AL4_form} , {Control} , {Geometry} .
BASE CLASS {Form} .
|
|
BOOL Center|_on_parent
|
| |
|
|
Use this method call to show the {Dialog} form modal and await an answer. On return, the resulting answer text is stored also in the field Answer. This is the text which were passed in the {Dialog} implementation form in a call to the method ready. E.g., you can pass "OK" as a positiove answer or "" (empty string) otherwise. |
|
|
Call this method to stop showing the {Dialog} and to return the resulting text passed as the parameter. After disappearing a dialog form, it is possible to call the Show_modal method again to make another answer, later, but only if the method Close was not called. |
|
| |
|
| |
|
|