ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Code editor: Assisted input
The following mechanism allows developers to write WLanguage code more easily in the code editor ......
The archives
WINDEV, WEBDEV and WINDEV Mobile propose several WLanguage functions allowing you to compress and merge your files into archives......
The "Analysis" pane
The "Analysis" pane lists......
InitialHeight (Property)
The InitialHeight property is used to: Find out the creation height of a control or window. Modify the base height used to anchor the controls "in height". Find out the creation height of a block or control in a report....
Font (Property)
The Font property is used to Get the identifier of the font used in a control in a report, page or window. Change the font used in a control in a report, page or window....
Name (Property)
The Name property is used to get: the name of the font associated with a Font variable. the name of a control, report or report block. the name of a control, group of controls or window. the name of a control, group of controls or page....
Variable Description (Type of variable)
The Variable Description type is used to get information about a variable or a member.
Manipulating Combo Box controls programmatically (prefix syntax)
WINDEV, WINDEV Mobile and WEBDEV allow you to programmatically manipulate Combo Box controls......
Middle (Function)
Extracts: a substring from a string starting at a specified position. part of a buffer starting at a specified position....
WDTrans: Overview
WDTrans is a tool for canceling transactions......
Assignment operators
Three assignment operators are available......
FontSize (Property)
The FontSize property is used to: Identify the size of the font used in a control. Change the size of the font used in a control....
ToastDisplayPopup (Function)
Displays a popup page during a given duration in order to display a "Toast" message.
DotNetRunXML (Function)
Runs a procedure on a server for .Net XML Web services.
DotNetRun (Function)
Runs a procedure on a .Net server.
DotNetVersion (Function)
Returns the version number of the .Net Framework available on the current computer.
Windows
The windows represent the main interface of a WINDEV application......
Declaring a procedure/a function
The different syntaxes for declaring a procedure...
Truncate (Function)
Truncates the right part of a string or buffer.
Address
The Address keyword can correspond to...
<Image>.Font (Function)
Declares the font that will be used by dTexte in an Image control.
ReturnToCapture (Function)
Stops the current process and forces the input in the specified control, window or page.
WDAdminHF: Managing a database
The remote HFSQL administrator proposes a full management of the HFSQL Client/Server databases......
ExpandedImage (Property)
The ExpandedImage property is used to: find out and modify the default image associated with an expanded row in a TreeView Table control. find out and/or modify the default image associated with an expanded row in a TreeView control. find out and modify the image associated with a specific expanded row in a TreeView Table control. find out and modify the image associated with an expanded row in a treeview item of a "TreeView table" report....
DotNetDelegate (Function)
Initializes a.NET delegate.