ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Handling a Switch control through programming
WINDEV, WINDEV Mobile and WEBDEV allow you to handle a Switch control by programming......
InitialHeight (Property)
The InitialHeight property is used to: Find out the creation height of a control or window. Modify the base height used to anchor the controls "in height". Find out the creation height of a block or control in a report....
xlsCell (Type of variable)
An xlsCell variable is used to describe and modify a cell in an Excel document...
dbgSaveDebugDump (Function)
Saves a dump file of the application.
Item Description (Type of variable)
An Item Description variable is used to describe one or more items in a data file programmatically.
The Scrollbar control
...The Scrollbar control is used to scroll objects (text, captions, etc....
Reduced (Property)
The Reduced property is used to determine if a Dockable Panel control is expanded/collapsed, or to switch between the two states....
Image control in a window
This help page presents the characteristics of an Image control found in a window...
Error handling WLanguage procedure called by zipExtractDirectory
WLanguage procedure ("Callback") called if an error is encountered when extracting files with zipExtractDirectory.
InitialWidth (Property)
The InitialWidth property is used to: Find out the initial width of a control or window. Modify the base width used to anchor the controls in "width". Find out the initial width of a report control....
WebSocketClientConnect (Function)
Establishes a connection between the client and a WebSocket server.
Undocking the editors
Who has never wanted to view the code and the UI at the same time, without being constrained by the environment? WINDEV, WEBDEV and WINDEV Mobile allow you to "detach" the editors from the environment of the main window......
CameraRequestPermission (Function)
Requests permission to use the device's camera....
CursorCapture (Example)
Usage example of the CursorCapture function
WebSocketClientConnectSSL (Function)
Establishes an SSL connection between the client and a WebSocket server.
Flexbox control description: Details tab
The "Details" tab of the Flexbox control description window allows you to define how the control reacts when the browser is resized horizontally or vertically......
Events associated with internal windows
List of events associated with internal windows...
Events associated with a Multimedia control
List of events associated with a Multimedia control...
14. Controls in practice
Automatic calendar for the Date edit controls (AAF)
The Date edit control automatically propose a "Calendar" option in their popup menu....
CellDisplayDialog (Function)
Displays a Cell control in a page with a DDW effect (Dim Disabled Windows). This function is used to easily simulate a dialog box in browser code, by using a Cell control in a page.
Describe a WEBDEV style
This window enables you to describe the WEBDEV style that will be used for the controls of your WEBDEV project......
Managing geolocation and GPS
WINDEV Mobile and WEBDEV allow you to exploit geolocation and GPS features found on mobile devices and browsers.
docFormatting (Type of variable)
The docFormatting type is used to define the formatting characteristics of an element in a Word Processing document.
DDEConnect (Example)
Usage example of the DDEConnect function