AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Este contenido se ha traducido automáticamente.  Haga clic aquí  para ver la versión en inglés.
Ayuda / WLanguage / Funciones WLanguage / Funciones estándar / Funciones de Windows / Funciones de cuadros de diálogo
  • Deleting a cell from the status bar
  • Using the WLanguage properties with the cells in a status bar
WINDEV
WindowsLinuxJavaReportes y ConsultasCódigo de Usuario (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Código Navegador
WINDEV Mobile
AndroidWidget Android iPhone/iPadIOS WidgetApple WatchMac Catalyst
Otros
Procedimientos almacenados
Advertencia
A partir de la versión 26, MessageDeleteCell se conserva por motivos de compatibilidad. Esta función ha sido reemplazada por StatusBarDeleteCell.
Deletes a cell from the status bar of the current window.
Remark: The window must have a status Bar.
Ejemplo
// Adds "MyCell" to the status bar of the current window
StatusBarAddCell("MyCell", 100, LightRed)
...
StatusBarDeleteCell("MyCell")
Sintaxis
StatusBarDeleteCell(<Cell name>)
<Cell name>: Character string
Name of the cell to delete. This name can correspond to a cell of the status bar created in the editor or through programming (StatusBarAddCell). A WLanguage error occurs if the cell does not exist.
Observaciones

Deleting a cell from the status bar

We recommend that you make the cell invisible rather than deleting it.

Using the WLanguage properties with the cells in a status bar

Several WLanguage properties can be applied status bar cells.
Please note To use a Property on a status Bar cell, use the following syntax:
{"Cell name"}..<Property name>
Componente: wd300obj.dll
Versión mínima requerida
  • Versión 9
Esta página también está disponible para…
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 27/03/2025

Señalar un error o enviar una sugerencia | Ayuda local