ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

EnumControl (Example)
Usage example of the EnumControl function
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.
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.
The Calendar control
The Calendar control is used to permanently display a calendar in a window or page......
ODBC driver for HFSQL Classic and HFSQL Client/Server - License agreement
1. Creating a WINDEV project and its analysis
WINDEV Tutorial: Creating a WINDEV project and its analysis Lesson 1 - Creating a WINDEV project and its analysis - 5 min
GetUUID256 (Function)
Calculates a 256-bit Universal unique identifier ("UUID").
FTPMakeDir (Example)
Usage example of the FTPMakeDir function
Error 14: ELSE statement without IF
OemToAnsi (Function)
Converts an OEM string (DOS) to an ANSI string (Windows).
<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.
Address
The Address keyword can correspond to...
grSunburstAddData (Function)
Adds a data to a Sunburst chart.
Events associated with the controls of a report
The events associated with the controls of a report are as follows......
TableInfoXY (Function)
Returns for a given position in a Table or TreeView Table control (coordinates of a control point): the name of the column displayed for the specified position. the index of the row or column for the specified position....
Error 1046: Wrong parameter for the constructor of the class
FBSessionStatus (Function)
Checks the status of a Facebook session.
<DiskFile variable>.ReadLine (Function)
Reads a line from an external file (ANSI or UNICODE).
FTPRemoveDir (Example)
Usage example of the FTPRemoveDir function