|
|
|
|
|
- Deleting a cell from the status bar
- Using the WLanguage properties with the cells in a status bar
StatusBarDeleteCell (Function) In french: MessageSupprimeCase
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.
StatusBarAddCell("MaCase", 100, LightRed)
...
StatusBarDeleteCell("MaCase")
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. Please note To use a Property on a status Bar cell, use the following syntax: {"Cell name"}..<Property name>
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|