ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<xmlNode variable>.ValidNode (Function)
Validates an XML node, its children and its attributes from its description in the XSD schema linked to the XML document.
XMLValidNode (Function)
Validates an XML node, its children and its attributes from its description in the XSD schema linked to the XML document.
Manipulating a Layout control programmatically
A Layout control can be......
dTextMarkdown (Function)
Draws Markdown text: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable]....
ChronoValue (Function)
Indicates the time elapsed (in milliseconds) since the call to ChronoStart.
zipMerge (Function)
Merges the different sub-archives found in a multi-part archive to create a single-part archive.
Diagram Editor control properties
If the image is an image map, you can include "Clickable areas" in the image......
Socket management functions
List of functions for managing sockets...
dInvertColor (Function)
Inverts the colors: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
MyParent (Reserved word)
MyParent is used to handle...
FontSize (Property)
The FontSize property is used to: Identify the size of the font used in a control. Change the size of the font used in a control....
iEscape (Function)
Sends an ESCAPE command or a data command to a printer.
zipCreate (Function)
Creates an archive.
FTPSize (Function)
Returns the size (in bytes) of a file found on an FTP server (File Transfer Protocol).
RoundCeil (Function)
Returns: the value rounded up to the nearest integer. the duration rounded up to the nearest interval. the date and time rounded up to the nearest interval....
fSize (Function)
Returns the size of a file (in bytes).
Marker (Type of variable)
The Marker type is used to define the characteristics of a marker that must be positioned on a map displayed in a Map control.
GetGUID (Function)
Calculates a globally unique identifier (named "GUID"), whose size is: equal to 16 bytes, which means 32 hexadecimal characters. equal to 32 bytes, which means 64 hexadecimal characters....
GetColor (Function)
Allows you to get a set of harmonious colors without having to use a table of colors.
TextToHTML (Function)
Converts text to HTML (carriage returns are replaced by <BR>, accented characters are replaced by their equivalent in HTML, etc.).
HCreationIfNotFound (Function)
Performs the following operations: If the file does not exist, creates an empty data file (".FIC" file) with the index file and the memo file if necessary. The function is equivalent to HCreation. If the file exists, opens the file....
Check Box control properties
Several WLanguage properties can be used on the Check Box controls found in a window, in a page or in a report......
HDelete (Function)
Deletes a record from a data file (query or view).
fGlobalDirCommon (Function)
Returns a directory path for the global data of current application (data shared between several applications), regardless of the current user.
fGlobalDirUser (Function)
Returns a directory path for the global data of current application (data shared between several applications), for the current user.
zipAddDirectory (Function)
Adds all the files found in a directory and in its subdirectories into an archive and compresses them.
iPrintReport (Function)
Prints a report created with the report editor.