|
|
|
|
- Features of the dialog box
- Miscellaneous
- Emulation
- Application in the background: Specific case from Android 10
ErrorBuild (Function) In french: ErreurConstruit Displays a custom error message in a system error window.To close the window, the user must click OK.
Syntax
ErrorBuild(<Format string> [, <Parameter 1> [... [, <Parameter N>]]])
<Format string>: Character string Character string to display containing optional parameters (%1 to %n). To display the % character, this character must be typed twice (%%). <Parameter 1>: Optional character string First parameter that will be inserted into the formatted character string. <Parameter 1> will replace the %1 character, <Parameter 2> will replace the %2 character, etc. The number of specified parameters must be equal to or greater than the number of parameters used in <Format string>. If <Format string> contains more parameters, the additional parameters will be replaced with empty strings. <Parameter N>: Optional character string Nth parameter that will be inserted into the formatted character string. <Parameter 1> will replace the %1 character, <Parameter 2> will replace the %2 character, etc. The number of specified parameters must be equal to or greater than the number of parameters used in <Format string>. If <Format string> contains more parameters, the additional parameters will be replaced with empty strings.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|