|
- Characteristics of dialog box
- Displaying the dialog box
- Line break in the dialog box
- Miscellaneous
- Emulation
- Application in the background: Android 10 specific case
YesNo (Function) In french: OuiNon Remarks Line break in the dialog box The CR string (Carriage Return) can be used to force a break to the next line. For example:
YesNo("The XXX form was modified." + CR + ... "Do you want to save it before exiting?")
is equivalent to:
YesNo("The XXX form was modified.", ... "Do you want to save it before exiting?")
You also have the ability to use the syntax of multiline strings. For example:
YesNo( [ The XXX form has been modified. Do you want to save it before exiting? ])
Versions 25 and later New in version 25 Business / UI classification : UI Code
This page is also available for…
|
|
|
| |
| Click [Add] to post a comment |
|
| |
|
| |
| |
| |
| |
| |
| |
| | |
| |