ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Importing a WINDEV window into a WEBDEV website
The Windows windows developed with WINDEV...
Importing a WINDEV window into a Mobile project
The WINDEV windows not having the same format in WINDEV Mobile, WINDEV Mobile gives you the ability to import a WINDEV window into a WINDEV Mobile project...
Integrating a WEBDEV site into a WINDEV application
By integrating a website into a window in a desktop application, you can share existing elements and boost productivity...
PanelSaveConfiguration (Function)
Saves the current configuration of the Dockable Panel controls of a window.
<Dashboard>.AddWidget (Function)
Adds and displays a widget (internal window) in a Dashboard control.
8. Source Code Manager (SCM)
Source Code Manager (SCM)...
PanelDetach (Function)
Detaches a Dockable Panel control to transform it into a floating window.
WinRefreshVisible (Function)
Modifies or returns the visibility state of the refresh bar in a window.
ToastDisplayIW (Function)
Opens a toast whose content is based on an internal window.
<Spreadsheet>.InsertColumn (Function)
Inserts an empty column into a Spreadsheet control found in a window.
<Spreadsheet>.InsertRow (Function)
Inserts an empty row into a Spreadsheet control found in a window.
<Spreadsheet>.SelectMinus (Function)
Deselects one or more cells in a Spreadsheet control found in a window.
<Spreadsheet>.SelectPlus (Function)
Selects one or more cells in a Spreadsheet control found in a window.
<Window>.WinRedraw (Function)
Immediately redraws the window controls for which a graphic update is required.
<Spreadsheet>.AddFormula (Function)
Adds a calculation formula into a Spreadsheet control found in a window.
<Spreadsheet>.Seek (Function)
Seeks a value in the cells of a Spreadsheet control found in a window.
<Page>.OpenChild (Function)
Opens a non-modal child window.
WLanguage procedure called by OpenAsynchronous
WLanguage procedure ("callback") called by OpenAsynchronous after the window is closed.
Developing an application: the different steps
This diagram presents the different steps for developing an application with WINDEV......
MyPopupControl (Reserved word)
MyPopupControl is used to handle the control that opened a popup window...
ExecuteAAF (Function)
Runs an Automatic Application Feature (AAF) on a control or window.
StatusBarAddCell (Function)
Adds a new cell to the status bar of the current window.
<Panel>.Detach (Function)
Detaches a Dockable Panel control to transform it into a floating window.
Count (Function)
Returns the number of occurrences of a control in a window, in a page or in a group of controls.
WinInitialized (Function)
Used to find out whether the "end of initialization" code was run for a window.
DisplayedValue (Property)
The DisplayedValue property returns the value currently displayed in the control of a window or page.
Project Management Hub: Managing projects
Project Management Hub: Management of projects (view, creation, ...)...
Declaring the functions of the Windows API
Syntax for declaring the functions of the Windows API...