ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Copying controls from the window editor
The controls can be copied from the window editor......
ListSeek (Function)
Searches for an element in a List Box, ListView or Combo Box control (including the values described by gStoredValue).
Programming an indexed control
SQLAssociate (Function)
Automatically associates each column of the query result with a control or with a variable of the application.
Handling the external files
WINDEV, WINDEV Mobile and WEBDEV propose several functions allowing you to manage the external files from your WINDEV/WINDEV Mobile applications or from your WEBDEV sites......
Java application and WINDEV
A Java application is an application entirely compiled in Java......
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).
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....
Polar Area charts
Polar Area charts are similar to Pie charts. However, each segment has the same angle......
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.
zipFileSize (Example)
Usage example of the zipFileSize function
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 visible or invisible....
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.
22 tips for optimizing the speed of a site
When a site is on-lined, one of the main expectations of Web users is speed......
zipExtractFile (Example)
Usage example of the zipExtractFile function
Creating the windows and the pages of the RAD pattern
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.
ProgressBarColor (Property)
The ProgressBarColor property is used to get and change the progress color in the following controls and elements: Progress Bar control, Progress Bar column, Progress Bar cell, infinite Progress Bar control....
Font (Property)
The Font property is used to Get the identifier of the font used in a control in a report, page or window. Change the font used in a control in a report, page or window....
DisplayEnabled (Property)
The DisplayEnabled property is used to: determine whether or not a control or window is refreshed. If the control is displayed, its content is refreshed regularly. refresh a control or window....
VerticalAlignment (Property)
The VerticalAlignment property gets and changes the vertical alignment of a control.
Report based on an SQL query with data accessed via a connection (ODBC, etc.)
A report based on an SQL query with data accessed via a connection can print records from a database accessible via a specific ODBC driver or via a Native Connector......