ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SSHCommand (Function)
Sends a command to an SSH server. The session is automatically started and closed as soon as the command is sent.
Facebook functions
List of Facebook functions...
CoordinateScreenToEditor (Function)
Converts a size or a position specified in the native dpi of the screen on the device where the application is run to the reference dpi in the editor (160 dpi).
DisplayMode (Property)
The DisplayMode property gets and changes: the display mode in a Word Processing control, the display mode in a PDF Reader control the display mode in an HTML Editor control, the display mode in a Kanban control...
Priority (Property)
The Priority property is used to get and change the priority level of an element.
KeyCalcActivationKey (Function)
Calculates the activation key of application from the initial key.
<String type>.Replace (Function)
Replaces all occurrences of a specified substring in a string with another specified substring.
gFontBold (Function)
Builds a sequence of characters used to specify whether the text that follows the call to this function is in bold or not.
ToastDisplay (Function)
Displays a "Toast" message.
gRectangle (Function)
Builds a sequence of characters used to draw a rectangle.
ControlTypeInfo (Function)
Returns the icon corresponding to the specified type of control.
KeyCompareKey (Function)
Compares an initial key with an activation key.
HOpenConnection (Example)
Usage example of the HOpenConnection function
HExecuteQuery (Example)
Usage example of the HExecuteQuery function
Management errors specific to Native Connectors
When an HFSQL function fails (returns False for example), the corresponding error number is returned by HError......
Multi-project processes: using batches
WINDEV, WEBDEV and WINDEV Mobile allow you to run a set of processes (compilation, generation, ......
Map control functions
Map control functions...
MapMode (Property)
The MapMode property determines and changes how the map is displayed in the Map control.
TextToHTML (Function)
Converts text to HTML (carriage returns are replaced by <BR>, accented characters are replaced by their equivalent in HTML, etc.).
fCurrentDrive (Function)
Gets or sets the current drive.
SFDelete (Function)
Deletes records from a Salesforce database.
Format (Property)
The Format property is used to identify and change the format of an element
ServiceControl (Function)
Sends a control message to a service.
xlsNbWorksheet (Function)
Returns the number of worksheets found in an XLS file.
HExecuteSQLQuery (Example)
Usage example of the HExecuteSQLQuery function