ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The Splitter control
The Splitter control is used to divide a window into several distinct areas...
<Spreadsheet>.DeleteWorksheet (Function)
Deletes a worksheet from a Spreadsheet control found in a window.
<Spreadsheet>.AddData (Function)
Adds a data into a Spreadsheet control found in a window.
<Spreadsheet>.AddWorksheet (Function)
Adds a worksheet into a Spreadsheet control found in a window.
SpreadsheetMoveWorksheet (Function)
Moves a worksheet within a Spreadsheet control in a window.
<Spreadsheet>.InsertWorksheet (Function)
Inserts a worksheet into a Spreadsheet control found in a window.
<Spreadsheet>.MoveWorksheet (Function)
Moves a worksheet within a Spreadsheet control in a window.
gpwOpen (Function)
Opens the User Groupware login window or page.
MDIEnumChild (Function)
Returns the alias of the specified MDI child window.
MDIActive (Function)
Identifies or displays an MDI child window in the foreground.
WinInWidth (Function)
Returns the internal width of a window (without border).
WinOutWidth (Function)
Returns the full width of a window (including the border).
ControlDelete (Function)
Permanently deletes a control from a window, page or report.
StatusBarDeleteCell (Function)
Deletes a cell from the status bar of the current window.
grClearPict (Function)
Erases the chart drawing (in an Image control or in a window).
<Window>.EdLoad (Function)
Loads the modifications performed by the end user in a window.
InfoBuild (Function)
Displays a custom message in a system information window.
Creating a flexible modeling
To create a new flexible modeling, you can......
Variant (Type of variable)
The Variant type is used to: store any simple value: boolean, numeric (Currency, Real, Integer, etc.), characters and character string, date (Date, Time, DateTime and Duration), ... store named or indexed subelements. store any complex value: structures, classes, advanced types, arrays, associative arrays, queues, stacks and lists. handle the NULL value in WLanguage. store interactions with ActiveX objects and Automation programming....
New Features brochure - Version 27: Common new features
New features in WINDEV/WEBDEV/WINDEV Mobile 27 presented in the New Features brochure....
License agreement for Native DB2 Connector
License agreement for Native DB2 Connector...
1. Examples provided with WINDEV Mobile
Check: Activity of an application
The monitoring robot proposes to check the activity of a WINDEV application......
Component and SCM
WINDEV, WEBDEV and WINDEV Mobile allow you to easily create and publish components......
Drop-down button
The drop-down button expands: a context menu. a popup window....
The planes in WEBDEV
The planes are used to group the controls of an element......