ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

fRemoveDir (Example)
Usage example of the fRemoveDir function
Error 31: The file to include is not found. Check the name and path ...
Emulates the selection of an option in a Radio Button control....
dbgOnError (Function)
Defines the WLanguage procedure that will be called whenever an error is detected by a dbgCheckXXX function.
FTPDateTime (Function)
Returns the different creation, modification or access dates and times associated with a file located on an FTP server (File Transfer Protocol).
FontName (Property)
The FontName property is used to: Identify the font used in a control. Change the font used in a control....
The Calendar control
The Calendar control is used to permanently display a calendar in a window or page......
Modbus
Modbus is a "field" (industrial and/or restricted environments) communication protocol created in 1979......
Version (Property)
The Version property is used to get and change the version of an element.
ServiceStop (Function)
Stops a service.
sEndEvent (Function)
Disables the detection of an event on a serial port.
HErrorDuplicates (Example)
Usage example of the HErrorDuplicates function
fClose (Function)
Closes an external file.
URLExtractPath (Function)
Returns the various elements of a URL: protocol, user, password, domain, port, resource path, resource name, resource extension, request and fragment.
ServiceStart (Function)
Starts a service.
OrganizerMode (Function)
Returns the display mode of an Organizer control: day, week, month, ...
Middle (Function)
Extracts: a substring from a string starting at a specified position. part of a buffer starting at a specified position....
ArrayMoveLine (Function)
Allows you to: move a row in a two-dimensional array or in an advanced array property. The other array rows are moved accordingly. swap two rows in a two-dimensional array or in an advanced array property....
DateTimeByDefault (Function)
Used to define the default value of Date, Time and DateTime variables.
Properties associated with the tab pane
A tab pane can be manipulated in WLanguage in a window or a page with the following properties......
Note (Property)
The Note property is used to: Find out the notes associated with a control, a window, a page or a report. Modify the notes associated with a control, a window a page or a report....
NextTitle (Function)
Modifies the title of next window to open.
HDescribeConnection (Example)
Usage example of the HDescribeConnection function