ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

InputEnabled (Property)
The InputEnabled property is used to: Determine if a control or a group of controls is editable or read-only. Change the input options for a control or group of controls....
Size (Property)
The Size property is used to determine and change the size of an element.
CallWD: Function specific to the external language
Calls a WLanguage function from an external language....
RichEdit (Property)
The RichEdit property is used to manage the RTF (Rich Text Format) type: of an edit control or Static control found in a window. of a Static control found in a report....
Count (Property)
The Count property returns the number of elements in a given set.
XLS file handling functions
List of functions for managing XLS files...
zipDeleteFile (Example)
Usage example of the zipDeleteFile function
Modified (Property)
The Modified property is used to determine if a control or group of controls has been modified by the user (keyboard or mouse input).
Creating a Responsive Web Design page
Websites can be viewed on several platforms......
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 by the control. Modify the item or the variable displayed by the control....
zipFileSize (Example)
Usage example of the zipFileSize function
ContextMenu (Property)
The ContextMenu property is used to: Get the custom context menu of a control, window or page. Change the custom context menu of a control, window or page (or associate another context menu). Customize the system menus of the controls by adding options....
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
InitialState (Property)
The InitialState property is used to get the initial state of a control.
4. Simple printing
WINDEV Tutorial: WINDEV application: Managing data Lesson 4 - Simple printing - 20 min
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 with a window or page control.
CaptionHTML (Property)
The CaptionHTML property is used to handle the text of a control as HTML code.
zipExtractFile (Example)
Usage example of the zipExtractFile function
Report based on a programmed data source
In a report on a programmed data source, the reading of the records that will be displayed in the report requires full programming in WLanguage......
DoubleClick (Property)
The DoubleClick property is used to get and change the name of the Button control that will be executed when a control is double-clicked.
Creating the windows and the pages of the RAD pattern