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
  • Check Box and Radio Button control
  • TreeMap control
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
The property SubTitle property allows you to view and modify:
  • the secondary caption of an option found in a Radio Button or Check Box control.
    Note The Radio Button control or Check Box control field must manage underlining (field type "Standard + underlining" or "Vista + underlining").
  • WINDEV the secondary caption of an element found in a TreeMap control.
Example
// Modification du libellé secondaire d'un champ Sélecteur
SEL_Choix[2].SousLibellé = "Pour activer le mode avancé"
Syntax

Finding out the sub-caption of an element Hide the details

<Sub-caption text> = <Control used>[<Element number>].SubCaption
<Sub-caption text>: Character string
Correspondent:
  • the sub-caption of the option for a Radio Button or Check Box control.
  • the secondary caption of the element for a TreeMap control.
<Control used>: Control name
Name of the control used. This control can correspond to a Radio button control, a Check Box control or a TreeMap control.
<Element number>: Integer
Correspondent:
  • the number of the option used for a Radio Button or Check Box control.
  • the index of the element used for a TreeMap control.

Modifying the sub-caption of an element Hide the details

<Control used>[<Element number>].SubCaption = <New sub-caption>
<Control used>: Control name
Name of the control used. This control can correspond to a Radio button control, a Check Box control or a TreeMap control.
<Element number>: Integer
Correspondent:
  • the number of the option used for a Radio Button or Check Box control.
  • the index of the element used for a TreeMap control.
<New sub-caption>: Character string
Text of the sub-caption to display for the specified element.
Remarks

Check Box and Radio Button control

The height of the sub-caption is automatically adapted to the size of the text displayed. This height can be modified by the Height property.
WINDEV

TreeMap control

The secondary caption of an element will be displayed only if the necessary space is available.
Minimum version required
  • Version 14
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/10/2025

Send a report | Local help