ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WinEdDo (Function)
Runs an action (defined programmatically) and enables Undo/Redo operations on this action....
HCopyFile (Example)
Usage example of the HCopyFile function
ToastDisplay (Function)
Displays a "Toast" message.
InternetConnected (Function)
Defines whether an Internet connection is enabled on the current computer. In mobile, you can also be notified when the status of the Internet connection changes.
Favicon: Define the site icon
WEBDEV allows you to easily define the site icon (also called Favicon)......
PVTCalculateAll (Function)
Entirely calculates or recalculates a Pivot Table control.
ControlVisible (Function)
Makes a control (or a group of controls) visible in a window. During this operation, an animation can be performed on the controls.
Installing a Webservice (old format)
Handling a Link control through programming (Page)
WEBDEV allows you to handle a Link control through programming......
Cookie (Type of variable)
The Cookie type is used to handle the cookies transmitted in the HTTP requests.
WEBDEV: Improving accessibility
To make your WEBDEV sites accessible to the visually impaired, simply enter specific attributes in the fields ......
kbCard (Type of variable)
The kbCard type defines all the advanced characteristics of a card in a Kanban control.
Handling the views of a window
To easily handle huge windows (that cannot be entirely displayed in the editor for example), WINDEV and WINDEV Mobile allows you to handle several views of the same window......
MyPage (Reserved word)
MyPage is used to handle the current page...
DDEStart (Function)
Starts the execution of a program (an executable for example) from the current application.
Organization Chart: Displaying a manufacturing process
An Organization Chart control can be used to display a diagram. It can be used, for example, to display the different steps of a process.
hServerOperation (Type of variable)
The hServerOperation type is used to get the characteristics of an operation performed on an HFSQL server.
GanttLink (Type of variable)
The GanttLink type is used to define the advanced characteristics of a link between two tasks of a Gantt chart.
HStatCalculate (Function)
Performs various statistical calculations on the file keys.
WINDEV applications for Linux: Specific features
Customizing the User Groupware
Sitemap file for Google
To better analyze the content of the sites, the search engine of Google is using an XML file named "Sitemap" (if it is available)......
fUncompress (Function)
Decompresses a file that was compressed by fCompress.
Project Management Hub: Sprint management
A sprint or iteration is a development cycle......
WinEdDeclareUndo (Function)
Declares how to cancel an action that was added by WinEdDo.