ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

TreeStatus (Function)
Returns the state of a node: wound, unwound or non-existent.
FTPDateTime (Function)
Returns the different dates and times (creation, modification or access) associated with a file found on an FTP server (File Transfer Protocol).
FTPConnect (Function)
Connects the current computer to an FTP server (File Transfer Protocol).
WDScript: use in command-line and console mode
Managing breakpoints
During a project test in the editor, breakpoints are used to automatically start the debugger from a given line......
Adapting an application to support multiple languages
WINDEV Tutorial - Managing multiple languages Adapting an application to support multiple languages - 20 min
Color palettes
The color palettes are an easy way to customize the visual aspect of a site......
WLanguage procedure called by fTrackDirectory
WLanguage procedure ("callback") called by fTrackDirectory when a change is made to the tracked directory.
WLanguage procedure called by fTrackFile
WLanguage procedure ("callback") called by fTrackFile when a change is made to the tracked file.
Trace (Function)
Displays the requested information (content of a control, for example) in a window opened next to the current window.
Manipulating Action Bars programmatically
Action Bars can be manipulated programmatically. To do so, use the variable corresponding to the Action Bar in the code....
DDE errors
When a DDE function fails (returns False for example), ErrorInfo allows you to find out the number of the corresponding error]......
kbCard (Variable type)
The kbCard type defines all the advanced characteristics of a card in a Kanban control.
grDestinationEMF (Function)
Defines a meta file as chart destination (EMF means Enhanced Meta File).
iPrintReport (External language)
Prints a report created with the report editor.
LooperRefreshVisible (Function)
Changes or returns the visibility status of the refresh bar in a Looper control.
TableRefreshVisible (Function)
Modifies or returns the visibility status of refresh bar in a Table or TreeView Table control.
Table control populated programmatically
A Table control populated programmatically is directly linked to lists stored in memory......