ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The "Analysis" pane
The "Analysis" pane lists......
Spare server
A "spare" server is a target server in a unidirectional automatic replication......
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....
The archives
WINDEV, WEBDEV and WINDEV Mobile propose several WLanguage functions allowing you to compress and merge your files into archives......
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......
ToastDisplayPopup (Function)
Displays a popup page during a given duration in order to display a "Toast" message.
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....
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.
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...
Windows
The windows represent the main interface of a WINDEV application......
<Image>.Font (Function)
Declares the font that will be used by dTexte in an Image control.
WDAdminHF: Managing a database
The remote HFSQL administrator proposes a full management of the HFSQL Client/Server databases......
ReturnToCapture (Function)
Stops the current process and forces the input in the specified control, window or page.
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....
CollapsedImage (Property)
The CollapsedImage property is used to: find out and/or modify the default image associated with a collapsed row in a TreeView Table control. find out and/or modify the default image associated with a collapsed row in a TreeView control. find out and/or modify the image associated with a specific collapsed row in a TreeView Table control. find out and modify the image in a collapsed row of a TreeView item in a "TreeView table" type report....
DotNetDelegate (Function)
Initializes a.NET delegate.