ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Report based on a Looper control
A report based on a Looper control is used to directly print the information displayed in the control......
File Description (Type of variable)
The File Description variable is used to programmatically describe data files.
Fixed array (Type of variable)
A fixed array is an "advanced" type of array...
CallWD: Function specific to the external language
Calls a WLanguage function from an external language....
WINDEV applications for Linux: Specific features
Automatic Application Features (AAF) constants
List of constants used by the Automatic Application Features (AAF) functions....
Color (Property)
The Color property is used to get or change the font color for: a Font variable. a text displayed in a Static control or in a calculated control of a report. a text displayed in a window control. a text displayed in a page control....
The Gantt Chart control
A Gantt chart allows you to graphically view the progress status of a project......
4. Simple printing
WINDEV Tutorial: WINDEV application: Managing data Lesson 4 - Simple printing - 20 min
dbgInfo (Function)
Returns a debug information.
WDStatistics: Using WDStatistics
WDStatistics can be used once the log files have been imported......
1. Creating windows to add and edit data
WINDEV Tutorial: WINDEV application: Managing data Lesson 1 - Creating windows to add and edit data - 50 min
HClose (Function)
Closes a data file or all the data files opened by the current user: all the corresponding physical data files are closed for the current user.
Printing in PDF format: Special cases
Specific features of print in PDF format...
Handling a TreeMap through programming
WINDEV allows you handle a TreeMap control through programming....
MemFound (Function)
Checks whether the sought element was found.
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....
Assisted Application Development
The Assisted Application Development (AAD) is a permanent help in the environment. This help suggests actions whenever it is appropriate....
InputType (Property)
The InputType property is used to identify or change the type of input supported by a control: Duration, Date, Numeric, etc.
Native XML Connector
WINDEV and WEBDEV allow you to import and handle a definition of XML files via the data model editor......
WDSQL: Running an SQL query
WDSQL is used to run all the SQL queries created by WDSQL......
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...
Group (Property)
The Group property is used to: find out whether the control belongs to a group of controls. If the control belongs to one or more groups, the Group property can be used to identify these groups of controls. associate a control with a group of controls....
drag-and-drop operation set programmatically
The programmed Drag and Drop is used to entirely manage Drag/Drop between the different types of controls......