ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

MakeInteger (Function)
Builds a 4-byte integer from two 2-byte integers.
HOpenConnection (Function)
Opens a connection to a specific database.
Creating the Relation pages of a WEBDEV RAD pattern
iParameter (Function)
Retrieves the printer configuration and configures the print.
Character strings
WLanguage supports different types of strings....
SQLConnectWS (Function)
Connects the current application to a database that will be queried by SQL through a Webservice proxy (SOAP).
SQLModify (Example)
Usage example of the SQLModify function
fDecrypt (Example)
Usage example of the fDecrypt function
Multi-touch management functions
The following functions are used to manage the multi-touch......
Events associated with a Navigation Bar control
WayPoint (Property)
The WayPoint property is used to determine and change the points a Wire control has to pass through.
HDescribeFullTextIndex (Example)
Usage example of the HDescribeFullTextIndex function
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....
InSimulatorMode (Function)
Used to find out whether the application is started in "simulator test mode" from WINDEV Mobile.
CalendarButton (Property)
The CalendarButton property is used to determine and specify whether a Date Edit control has a button to display a popup calendar.
Factorial (Function)
Returns the factorial of an integer number.
GetColor (Function)
Allows you to get a set of harmonious colors without having to use a table of colors.
ShortcutKey (Property)
The ShortcutKey property gets and sets the keyboard shortcut associated with a control.
Map control functions
Map control functions...
fBuildPath (Function)
Builds a complete file path from the directory and short name of a file. This function is mainly used to get a valid file name without having to worry about the presence of separators in the path ('/' or '\') or about their direction according to the platform....
ModbusWriteFloat (Function)
Writes one or more single-precision floats to a Modbus slave, starting at a specific address.
fRemoveDir (Function)
Deletes a directory from a disk.
Left (Function)
Extracts the left part (i.e., the first characters) from a string or buffer.
MatDeterminant (Function)
Calculates the determinant of a square matrix (the number of rows is equal to the number of columns).
MatRead (Function)
Reads the value of a matrix element.