ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

CreateShortcut (Function)
Creates a shortcut on the Windows desktop, in the "Start" menu of Windows or in a specific directory.
MySelf (Reserved word)
MySelf is used to handle the current control...
fDate (Function)
Returns or modifies the different dates associated with a file or directory (date created, modified or accessed).
HRplDeclareLink (Function)
Declares a (1, 1) (0, n) link between two tables.
Beep (Function)
Emits a beep.
Unicode (Property)
The Unicode property is used to: Determine if the value of a control is a Unicode string. Specify whether the value of a control is a Unicode string....
The different types of buttons in a window
WINDEV and WINDEV Mobile include 5 types of buttons......
HashString (Function)
Calculates the Hash of a character string according to a specific algorithm.
Message (Property)
The Message property is used to: Find out the help message associated with a control or with a menu option (in a window). Modify the help message associated with a control or with a menu option (in a window)....
Bluetooth constants
List of constants used by the Bluetooth functions....
PageParameter (Function)
Returns the value of a parameter passed to the current page.
MapCircle (Type of variable)
The MapCircle type is used to define the characteristics of a circle to be drawn on the map displayed in a Map control.
fMemExist (Function)
Checks the existence of a shared memory area.
SocketWrite (Function)
Writes a message intended to another socket.
Alias (Property)
The Alias property is used to: get or change the alias of a window (WINDEV and WINDEV Mobile). get or change the alias of a dynamic tab (WINDEV). get the internal HTML/JavaScript name of a control (WEBDEV)....
WithClosingButton (Property)
The WithClosingButton property is used to: Determine whether all the tabs of a Dynamic Tab control have a Close button. Show a Close button in all the tabs of a Dynamic Tab control....
kbCard (Type of variable)
The kbCard type defines all the advanced characteristics of a card in a Kanban control.
FTPDateTime (Function)
Returns the different dates and times (creation, modification or access) associated with a file found on an FTP server (File Transfer Protocol).
fDir (Example)
Usage example of the fDir function