|
- Characteristics of dialog box
- Line break in the dialog box
- Displaying the last error message
- Miscellaneous
- Emulation
- Application in the background: Android 10 specific case
Error (Function) In french: Erreur Syntax
Displaying a custom error message Hide the details
Error(<Text> [, <Line 2> [... [, <Line n>]]])
<Text>: Character string (with quotes) Text to display. <Line 2>: Optional character strings (with quotes) Text displayed on the following lines. <Line n>: Optional character strings (with quotes) Text displayed on the following lines. Business / UI classification : UI Code
This page is also available for…
|
|
|
| |
| | Exemplos Error
NextTitle("Erro 1") Error("Um Erro de Teste") s_descricao_erro is string="isso complemento erro" NextTitle("Erro 2") ErrorBuild("O %1 foi de teste",s_descricao_erro) NextTitle("Erro 3") ErrorWithTimeout(500,"O erro com tempo ")
//Blog com Video e Exemplo http://windevdesenvolvimento.blogspot.com.br/2016/07/curso-windev-funcoes-dialogo-7-error.html https://www.youtube.com/watch?v=aMP2CoIM5Wo
|
|
|
|
| |
| |
| |
| |
| |
| |
| | |
| |