ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Testing a static project
The test of the entire project allows simulating the startup of the site...
WDDeploy: Deploy a static or PHP site
To install the files of a static site on a Web server...
The different types of sites
WEBDEV enables you to create static sites and/or dynamic sites...
WDDeploy features
WDDeploy is a tool used to easily deploy static or PHP sites...
4. Debugging modes
There are two different modes to debug a WINDEV Mobile application...
General environment of WINDEV
iPrintSignature (Function)
Prints an image of the signature in a rectangular area.
Customizing the guide
The guide is a powerful search engine included in WINDEV, allowing you to find all referenced documents about a subject......
NbLabelCopy (Property)
The NbLabelCopy property is used to: Get the number of copies of identical labels. Change the number of copies of identical labels....
ListSelectCount (Function)
Returns the number of elements selected in a List Box, ListView or Combo Box control.
BitwiseNOT (Function)
Returns the result of the bitwise logical NOT operation of a value.
HUnlockRecNum (Function)
Unlocks a record locked by: HLockRecNum, a read function used with a locking parameter (HRead associated with the hLockWrite or hLockReadWrite constant for example)....
iImageHeight (Function)
Calculates the height of the image to print (in millimeters).
CursorOptions (Property)
The CursorOptions property is used to manage the type of cursor used for a connection (Native Connectors, OLE DB, etc.).
RunReportsAndQueries (Function)
Starts Reports and Queries and opens the WINDEV project corresponding to the current application.
iImageWidth (Function)
Calculates the width of the image to print (in millimeters).
iTextWidth (Function)
Calculates the width (in millimeters) of the text to print, according to the specified font.
Display modes of Tab control
To optimize the style of your tabs, you have the ability to use images and colors......
HAddTask (Function)
Adds a scheduled task on the server defined by the connection.
WDDIXIO overview
HAddScheduledOptimization (Function)
Adds an optimization task of HFSQL Client/Server data files....
How to create and run an SQL query through programming?
This help page explains how to create and run an SQL query through programming....
Android and Java: call WLanguage procedures
Permet de spécifier la procédure qui sera appelée lorsque l’utilisateur effectue un clic dans un Widget iOS 14....
MyPage (Reserved word)
MyPage is used to handle the current page...
ControlNoSpace (Function)
Specifies whether the space characters on the right of the value found in the control are deleted.
The Splitter control
The Splitter control is used to divide a window into several distinct areas......
Convert (Function)
Converts a numeric value into a binary string in order to perform a search on a numeric key.
XMLSavePosition (Function)
Stores the current position in the XML document.
Operators on character strings
The character strings can be handled by specific WLanguage functions or by the +, [[ and ]] operators......