ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

The Table control
The Table allows users to easily view and enter data stored in memory or from a data file, view or query...
Table
The "Table" keyword can correspond to...
The Table control on mobile devices (Android and iOS)
The Table control is available for Android and iOS applications...
InputEnabled (Property)
The InputEnabled property is used to: Determine if a control or a group of controls is editable...
CallWD: Function specific to the external language
Calls a WLanguage function from an external language....
Count (Property)
The Count property returns the number of elements in a given set.
InputType (Property)
The InputType property is used to identify or change the type of input supported by a control:...
XLS file handling functions
List of functions for managing XLS files...
Size (Property)
The Size property is used to determine and change the size of an element.
zipDeleteFile (Example)
Usage example of the zipDeleteFile function
Group (Property)
The Group property is used to: find out whether the control belongs to a group of controls....
Modified (Property)
The Modified property is used to determine if a control or group of controls has been modified...
Programming an indexed control
Copying controls from the window editor
The controls can be copied from the window editor......
DisplayedItem (Property)
The DisplayedItem property is used to: Find out the item or the variable displayed...
zipFileSize (Example)
Usage example of the zipFileSize function
InitialState (Property)
The InitialState property is used to get the initial state of a control.
MinWidth (Property)
The MinWidth property is used to get and change the minimum width of a control or window.
TableInfoXY (Example)
Usage example of the TableInfoXY function
Visible (Property)
The Visible property is used to: Find out whether an element is visible. Make an element...
WEBDEV administrator: WebSocket servers installed
The "WebSockets" tab provides information about the WEBDEV WebSocket servers installed...
zipChangePath (Example)
Usage example of the zipChangePath function
ToolTip (Property)
The ToolTip property is used to get and change the text displayed in the tooltip associated...
Automatic Drag and Drop
For some types of controls, WINDEV and WEBDEV propose an automatic management of Drag and Drop....
4. Simple printing
WINDEV Tutorial: WINDEV application: Managing data Lesson 4 - Simple printing - 20 min
ContextMenu (Property)
The ContextMenu property is used to: Get the custom context menu of a control, window or page....
zipExtractFile (Example)
Usage example of the zipExtractFile function
Creating the windows and the pages of the RAD pattern