ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Standard functions / Windows functions / Dialog Box functions
  • Deleting a cell from the status bar
  • Using the WLanguage properties with the cells in a status bar
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Warning
From version 26, MessageDeleteCell is kept for backward compatibility. This function has been replaced with StatusBarDeleteCell.
Deletes a cell from the status bar of the current window.
Remark: The window must have a status bar.
Example
// Adds "MyCell" to the status bar of the current window
StatusBarAddCell("MyCell", 100, LightRed)
...
StatusBarDeleteCell("MyCell")
Syntax
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.
Remarks

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.
Caution: To use a property on a cell of a status bar, the following syntax must be used:
{"Cell name"}..<Property name>
Component: wd290obj.dll
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 06/21/2023

Send a report | Local help