ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

OemToAnsi (Function)
Converts an OEM string (DOS) to an ANSI string (Windows).
EmailGetTimeOut (Function)
Reads the value of the "timeout" for connecting to the SMTP, POP3 and IMAP messaging servers.
ExecuteMainThreadAsynchronous (Function)
Executes a procedure in the main thread of the application without waiting for the end of its execution.
zipOpenRAR (Example)
Usage example of the zipOpenRAR function
GetUUID (Function)
Calculates a 128-bit Universal Unique Identifier ("UUID").
FTPRenameFile (Example)
Usage example of the FTPRenameFile function
<DiskFile variable>.Write (Function)
Writes: a character string into an external file. a memory section....
MapModifyMarker (Function)
Modifies a marker displayed in a Map control.
26. Style sheets: to simplify the layout
ToolTipTitle (Property)
The ToolTipTitle property gets and sets the text displayed in the tooltip associated with the column title of a Table control. This tooltip only appears when the Table control column title is hovered over.
AnsiToOem (Function)
Converts an ANSI string (Windows) to an OEM string (DOS).
XMLAddAttribute (Function)
Adds an attribute into an XML document.
MapInfoXY (Function)
Returns the geographical position (latitude and longitude) corresponding to a point in a Map control.
MapDeleteMarker (Function)
Deletes a marker from a map displayed by a Map control.
GetUUID256 (Function)
Calculates a 256-bit Universal unique identifier ("UUID").
FTPMakeDir (Example)
Usage example of the FTPMakeDir function
Table,Modify (External language)
Modifies an element in a Table control.
WHelp (Function)
Displays a file or help page in CHM format.
Using data from an external database
WINDEV Tutorial - External database Using data from an external database - 40 min
Error 14: ELSE statement without IF
EnumControl (Example)
Usage example of the EnumControl function
<Image variable>.SaveBMP (Function)
Saves an image contained in an Image variable: in a file in BMP format. in memory....
CapitalizeEachWord (Function)
Capitalizes each word in a specified string.