ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The Link control
The Link control is used to:
  • create a link in an HTML page.
  • create a link in a report printed in HTML format.
iPageNum (Function)
Returns or initializes the number of the page currently printed.
iEndPrinting (Function)
Signals the end of the document to print and actually starts printing the data stored in the printer spooler via the following functions: iPrint, iPrintImage, iNewLine, etc.
iMMToPica (Function)
Converts the coordinates of a point (expressed in millimeters) into system coordinates.
Word Processing constants
The following constants are used by the functions for managing the Word Processing control:...
The "Debugger" pane
The "Debugger" pane displays the debugger options when debugging the project or a project element ("Debugger" option)......
<Chart>.Zoom (Function)
Defines the zoom of a chart.
Character strings
WLanguage supports different types of strings....
docElementTextArea (Type of variable)
The docElementTextArea type is used to define the advanced characteristics of a text area found in a docElement variable.
The pages
Pages are the main interface of a WEBDEV site......
WinRefreshVisible (Function)
Modifies or returns the visibility state of the refresh bar in a window.
<WDPic variable>.Resize (Function)
Resizes a WDPic image.
PicRectangularSnip (Function)
Captures a rectangular area defined with the cursor and retrieves the image in a variable of type Image.
Mouse management functions
List of functions for mouse management...
Dequeue (Function)
Removes an element from the queue.
Pop (Function)
Pops an element from a stack.
grZoom (Function)
Defines the zoom of a chart.
iBorder (Function)
Prints a border at specified coordinates.
VSpace (Property)
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.
SourceName (Property)
The SourceName property is used to: Get the name of the report data source. Change the report data source....
2. Examples and components provided with WEBDEV
HSpace (Property)
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.
HTMLEndPage (Property)
The HTMLEndPage property is used to get and change the HTML code inserted at the end of the page.
HTMLHeader (Property)
The HTMLHeader property is used to get and change the HTML code inserted in the page header.
PicResize (Function)
Resizes a WDPic image.
Count (Property)
The Count property returns the number of elements in a given set.