ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Constant
The constants are language elements whose value is fixed once and for all...
fTime (Function)
Returns or modifies the different times associated with a file or directory (date created, modified or accessed).
NoSpace (Function)
Returns a string after removing the spaces: from the left and right side of the initial string. within the string....
Upper (Function)
Converts all characters in a string to uppercase according to the region settings defined in Windows.
Sound (Function)
Plays a sound in WAV format.
TimerSys (Function)
Periodically and automatically calls a WLanguage procedure.
iPrintImage (Function)
Sends the image file to print to the print buffer.
FTPAttribute (Function)
Identifies the attributes of a file found on an FTP server (File Transfer Protocol).
Drawing in WINDEV, WEBDEV and WINDEV Mobile
WINDEV, WEBDEV and WINDEV Mobile include several functions for displaying, drawing, copying and saving the drawings and images from your applications or sites......
TableSelectPlus (Function)
Selects a row in a Table or TreeView Table control.
Modifying the characteristics of report controls
The characteristics of the controls can be viewed and/or changed in......
EndProgram (Function)
Ends the execution of the current program.
SocketClientInfo (Function)
Allows the server to get information about the current client socket.
fDirSize (Function)
Returns the size of a directory in bytes.
HPrevious (Function)
Positions on the previous file record according to a browse item.
DisplayMask (Property)
The DisplayMask property is used to: Find out the display mask. Modify the display mask. This display mask is displayed when the control is in read-only or when the control does not have focus....
After (Property)
The After property replaces or inserts a procedure after the other procedures in: a Procedure variable. an event associated with a control....
TreeView Table control based on a data file
This type of TreeView Table control is linked to a data file or query......
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.
XMLDocument (Function)
Creates a new XML document.
Indirection operators
The { and } operators are used to access a control, a variable, a class member or a file item by dynamically building the name of control, variable, class member or item...
Encrypt (Function)
Encrypts a character string in binary format or in ASCII format.
iEndPrinting (Function)
Signals the end of the document to print and actually starts printing the data stored in the printer spooler via the following functions: iPrint, iPrintImage, iNewLine, etc.
SocketCreateUDP (Function)
Creates a socket that uses the UDP protocol.