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 HSpace property is used to determine and modify the horizontal spacing between labels in a report. This spacing was defined when creating the Label report.
Example
// Modify the horizontal spacing between the labels
RPT_LabelReport.HSpace += 10   // Adds 10 mm
Syntax

Determining the horizontal spacing between labels Hide the details

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

Modifying the horizontal spacing between labels Hide the details

<Label report>.HSpace = <New spacing>
<Label report>: Report name
Name of the Label report.
<New spacing>: Real
New horizontal 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 VSpace property is used to define the vertical spacing between the labels in a report.

Miscellaneous

This property can be used in any WLanguage event associated with 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