ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Reset (Function)
Reinitializes: all the controls found in the current window or page (including the groups of controls, the supercontrols and the internal windows). the controls found in a group of controls, a supercontrol, an internal window or an internal page....
Anchoring applied to window controls
The windows of a WINDEV application can be resized at runtime......
Length (Function)
Returns: the length of a string, i.e., the number of characters in the string (including spaces and binary zeros). the size of a buffer, i.e., the number of bytes in the buffer....
Modified (Property)
The Modified property is used to determine if a control or group of controls has been modified by the user (keyboard or mouse input).
HForward (Example)
Usage example of the HForward function
HSetPosition (Example)
Usage example of the HSetPosition function
ErrorBuild (Function)
Displays a custom error message in a system error window.
AnchorRateRight (Property)
The AnchorRateRight property is used to: Find out the anchor rate when a control moves on the horizontal axis. Modify the anchor rate when a control moves on the horizontal axis....
AnchorRateHeight (Property)
The AnchorRateHeight property is used to: Find out the vertical anchor rate of a control. Modify the vertical anchor rate of a control....
HSortView (Function)
Sorts an HFSQL view by creating an index on a view item. This function uses the former view mechanism.
The Drawer control
The Drawer control can be expanded in order to display (or not) the integrated controls......
ExtractLine (Function)
Extracts a specific line from a character string.
The Radio Button control
The Radio Button control is a control allowing the user to select an option among several ones......
XMLNext (Function)
Positions on the next element (tag or attribute).
NoRightCharacter (Function)
Returns a string after removing the specified characters from the right side of the initial string.
CustomMenu
The CustomMenu allows you to create a custom menu in the menu bar of WINDEV, WEBDEV and WINDEV Mobile......
iPrintImage (Function)
Sends the image file to print to the print buffer.
ExeInfo (Function)
Retrieves the specified information about the version of an executable or DLL.
fSize (Function)
Returns the size of a file (in bytes).
MatNbColumn (Function)
Returns the number of columns found in a matrix.
MatNbLine (Function)
Returns the number of rows found in a matrix.
XMLPath (Function)
Returns the current position in the document in XPATH format.
BackgroundTaskAdd (Function)
Adds a new background task.
PDF Reader control functions
The following functions are used to manage PDF Reader controls:...
MatFloatAdd (Function)
Adds a value to each matrix element.