ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

MongoExecuteCommand (Function)
Runs a generic command on a MongoDB database or on a MongoDB collection.
Step 4: Starting the print
To start the print job, simply use iEndPrinting......
TableModify (Function)
Modifies a row in: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
gFontItalic (Function)
Builds a sequence of characters used to specify whether or not the text that follows the call to this function is in italic type.
gFontUnderlined (Function)
Builds a sequence of characters to specify whether or not the text that follows the call to this function is underlined.
Serialize (Function)
Transforms the following elements into a specific format: a structure (and its subelements), a class (and its subelements), an array (including the associative arrays), a queue, a stack, a list....
TestWriteResult (Function)
Writes information or an error into the status report of a unit test, in the test editor.
Attribute (Property)
The Attribute property is used to manage attributes.
Margin (Property)
The Property HEX@ allows you to define the size of a HEX@ , for example around a text.
HTMLToText (Function)
Converts an HTML string or buffer to text.
TableToWord (Function)
Creates a Word file (.RTF) from the data found in a Table or TreeView Table control.
SFConnect (Function)
Allows you to authenticate yourself beside a Salesforce platform.
sClose (Function)
Closes the specified serial port, parallel port or infrared port.
Alignment
The Alignment property is used to align elements.
Default (Property)
The Default property is used to determine if a parameter has been passed to a procedure with a custom or default value.
TableMoveLine (Function)
Moves a row or swaps two rows in a Table control.
FBStartSession (Function)
Used to authenticate and log in to Faceboook.
ValidatePassword (Function)
Indicates whether the specified password is valid for the current user.
Various constants
List of various constants used by the constants WINDEV functions....
JavaExecute (Function)
Starts a Java application or a Java applet by invoking the "Main" method of a given Java class.
Events associated with the Map control
WINDEV, WINDEV Mobile and WEBDEV manage the following events by default (order of appearance in the code editor)...
Managing the semaphores in the threads: limiting the simultaneous code execution
Semaphores are used to limit the simultaneous execution of a code (procedure, line of code, etc....
HListItem (Function)
Returns the list of items: found in a data file ( a query or a view) known to the HFSQL engine. The data files defined by HDeclare, HDeclareExternal and HDescribeFile are taken into account. found in a Record variable....
SSHDisconnectShell (Function)
Closes an SSH session that was opened by SSHConnectShell.
SSHWrite (Function)
Writes data into the specified SSH session.