|
|
|
|
|
- Features of the dialog box
- Special cases
- Emulation
- Aplicación en segundo plano: Caso concreto de Android 10
Displays a custom message in a system information window.
To close the window, the user must click OK. User_Name is string = "Florence"
NextTitle("Welcome")
InfoBuild("Hello %1" + CR + "Welcome!", User_Name)
Sintaxis
InfoBuild(<Format string> [, <Parameter 1> [... [, <Parameter N>]]])
<Format string>: Character string Character string to display containing optional parameters (%1 to %n). To display the % character in the final string, 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. Observaciones Features of the dialog box - El título del cuadro de diálogo corresponde al título de la ventana (o página) actual.
 Para cumplir con las especificaciones del sistema, el título del cuadro de diálogo está vacío. Para definir el título, utilice la función NextTitle. - Para modificar o definir el título del cuadro de diálogo, utilice la función NextTitle.
- The message is aligned to the left.
- The button caption depends on the runtime language of Windows.
- The maximum number of characters cannot exceed 4096. If a larger string is passed as parameter, it will be truncated.
- The icon displayed (information tooltip) cannot be modified.
Esta página también está disponible para…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|