ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage properties / Properties associated with reports and controls
  • Height and width of labels
  • Miscellaneous
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
The VSpace property is used to get and change the vertical spacing between the labels in a report. This spacing was defined when creating the Label report.
Example
// Modify the vertical spacing between labels
RPT_LabelReport.VSpace += 10   // Adds 10 mm
Syntax

Finding out the vertical spacing between labels Hide the details

<Current spacing> = <Label report>.VSpace
<Current spacing>: Real
Current vertical spacing between labels. This spacing is expressed in millimeters.
<Label report>: Report name
Name of the Label report.

Modifying the vertical spacing between labels Hide the details

<Label report>.VSpace = <New spacing>
<Label report>: Report name
Name of the Label report.
<New spacing>: Real
New vertical spacing between labels. This spacing is expressed in millimeters.
Remarks

Height and width of labels

The LabelWidth and LabelHeight properties are used to define the size of labels programmatically.
The HSpace property is used to define the horizontal spacing between the labels in a report.

Miscellaneous

This property can be used in any event of the report.
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help