|
- Characteristics of dialog box
- Line break in the dialog box
- Miscellaneous
- Emulation
- Application in the background: Android 10 specific case
Confirm (Function) In french: Confirmer
This page is also available for…
|
|
|
| |
| | Exemplo Confirm
Res is int NextTitle("Modifica o Formulario") Res = Confirm("Primeira Linha."+CR+"TESTE","Seguda Linha?") SWITCH Res CASE Yes: Info("ok") CASE No: Close() CASE Cancel: ReturnToCapture() END
//Blog com Video e Exemplo http://windevdesenvolvimento.blogspot.com.br/2016/07/curso-windev-funcoes-dialogo-1-confirm.html https://www.youtube.com/watch?v=jjBIYgdVK1s
|
|
|
|
| |
| |
| |
| |
| |
| |
| | |
| |