ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

TotalNbRec (Property)
The TotalNbRec property is used to: Get the number of records to be printed. Change the number of records to be printed....
WordCount (Function)
Returns the number of words in a string.
ParallelTaskCancel (Function)
Immediately ends the execution of the current task: the task is flagged as ptsCanceled.
StatError (Function)
Returns the error number for the last error caused by a Statxxx function (statistical functions).
HTTPRequest (Example)
Usage example of the HTTPRequest function
InputEnabled (Property)
The InputEnabled property is used to: Determine if a control or a group of controls is editable or read-only. Change the input options for a control or group of controls....
3. Dates, arrays and structures
WINDEV Tutorial: WLanguage basics Lesson 3 - Dates, arrays and structures - 20 min
EmailReadLast (Function)
Reads the last incoming email according to the protocol used (POP3 or IMAP, MS Exchange, Lotus Notes or Outlook).
Native PostgreSQL Connector: Programming with HFSQL functions
To use a PostgreSQL database with Native Connector (also called Native Access), the structure of PostgreSQL tables must be imported into the WINDEV or WEBDEV analysis......
Confirm (Function)
Displays a message in a standard dialog box that proposes "Yes", "No", "Cancel" and returns the user's choice....
SocketConnect (Function)
Connects a client computer to a given socket.
dCopyImage (Function)
Copies an image: from an Image control to another Image control. from an Image variable to another Image variable....
iRoundBorder (Function)
Prints a border with rounded outlines at specified coordinates.
fCreate (Example)
Usage example of the fCreate function
zipMsgError (Example)
Usage example of the zipMsgError function
StringDisplay (Function)
Returns a specific string (or a buffer) to the client browser in response to a request.
New (Reserved word)
New is used to allocate memory space...
HDescribeItem (Example)
Usage example of the HDescribeItem function
fCopyFile (Example)
Usage example of the fCopyFile function
MapMode (Property)
The MapMode property determines and changes how the map is displayed in the Map control.
RESTSend (Function)
Sends a REST request and waits for the server response.
dModifySaturation (Function)
Modifies the saturation of an image found: in an Image control, in an Image variable....
dModifyLightness (Function)
Changes the lightness of an image found: in an Image control, in an Image variable....
CommonLength (Function)
Returns the number of common characters between two strings (from the beginning or from the end of the string).
XMLNamespace (Function)
Returns the prefix of the namespace associated with the current tag in an XML document.