ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

UI compilation errors
UI compilation errors indicate the possible problems detected in your interfaces whenever a window, a page or a report is saved or whenever the project is recompiled......
BrowserIPAddress (Function)
Returns the IP address of the client computer connected to the WEBDEV website.
DisplayedValue (Property)
The DisplayedValue property returns the value currently displayed in the control of a window or page.
StringCompare (Function)
Compares two strings character by character: according to the sequence of ASCII characters. according to the alphabetical order....
7. Available controls in a window
WINDEV Mobile includes several types of controls...
CertificateLoad (Function)
Loads a certificate from a file or a buffer.
fMemOpen (Function)
Opens a memory area shared between several applications.
MapDisplayPosition (Function)
Centers the map displayed in a Map control on a geographical position or on a specific location.
diagActionAllowed (Type of variable)
The diagActionAuthorized type is used to define the actions available to end users on a diagram shape in the Diagram Editor control.
Automatically executed processes / events in an application
Several actions are automatically performed when opening or closing an application....
ImageInfoModify (Function)
Modifies the value of an Exif tag for the image used.
XMLExecuteXPath (Function)
Executes an XPATH query: in an XML document. in an xmlDocument variable....
iPrintReport (Example)
Usage example of the iPrintReport function
ExceptionThrow (Function)
Artificially triggers the security mechanism of WLanguage by throwing an exception.
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).
NbPrintedRec (Property)
The NbPrintedRec property is used to determine the number of records already printed.
dbgEnableAssert (Function)
Enables or disables the assertive programming.
CharactType (Function)
Returns information about the type of character.
EmailStartSMTPSession (Function)
Starts a session for sending emails with the SMTP protocol.
dFont (Example)
Usage example of the dFont function
FTPListFile (Example)
Usage example of the FTPListFile function