ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / WLanguage properties / Properties associated with windows, pages and controls
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
The BarVisible property manages the selection bar on a column of a Table or TreeView Table control. You can:
  • Determine whether or not the selection bar is visible on a column.
  • Show or hide the selection bar on a column.
Example
// N'affiche pas le bandeau de sélection sur les colonnes 1 et 5
COL_Colonne1.BandeauVisible = False
COL_Colonne5.BandeauVisible = False
Syntax

Determining whether or not the selection bar is visible on a column Hide the details

<Visible/Invisible> = <Column used>.BarVisible
<Visible/Invisible>: Boolean
  • True if the selection bar is visible,
  • False otherwise.
<Column used>: Control name
Name of the column to use (Table or TreeView Table).

Showing or hiding the selection bar on a column Hide the details

<Column used>.BarVisible = <Visible/Invisible>
<Column used>: Control name
Name of the column to use (Table or TreeView Table).
<Visible/Invisible>: Boolean
  • True if the selection bar should be displayed on the column,
  • False if the selection bar should not be displayed on the column.
Remarks
  • The BarVisible property can be used on the columns of Table and TreeView Table controls.
  • The property BarVisible PROPERTY property can be used on multi-selection Table fields: the selection banner is visible/invisible in the indicated column for all selected rows.
  • The BarVisible property can be used on selection bars associated with a color or an image.
Minimum version required
  • Version 14
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/13/2025

Send a report | Local help