ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Multi-project processes: using batches
WINDEV, WEBDEV and WINDEV Mobile allow you to run a set of processes (compilation, generation, ......
The ListView control
The ListView control is used to display a list of graphic elements (images, logos, etc....
The planes (in a window or in a report)
The planes are used to group the window controls......
Editable reports
The report editor can be used to create form reports, which include different controls allowing users to enter data......
The HTML Editor control
The HTML Editor control allows users to create and modify HTML pages......
ChangeStyle (Function)
Modifies the style of a control dynamically.
GanttTask (Type of variable)
The GanttTask type is used to define the advanced characteristics of a task for a Gantt chart.
Combo Box columns in Table controls
A Table control (populated programmatically, based on a data file or based on a variable) can include Combo Box columns......
Creating a window skin template
fExeDir (Function)
Returns the directory from which the execution is started.
EmailReadNext (Function)
Reads the incoming email found after the current email according to the protocol (POP3 or IMAP, MS Exchange, Lotus Notes or Outlook).
Handling a report (in the editor)
Once a report was created, the description of this report can be modified at any time......
Constants for external files
List of constants used by the functions for managing external files....
Characteristics of the columns of a Table control in a page
The columns are used to display information in a Table control....
Conversion (Function)
Converts a value from a unit to another one.
Customizing the system information windows (or dialog boxes)
Your applications use several system dialog boxes? A specific skin template is used in your project? Why not customize these windows and give them the "appearance" of your application?......
BackgroundColor (Property)
The BackgroundColor property is used to set the background color of a control, window, page or block of a report.
Prototype overload/Overload
The procedures and the methods of classes can have several syntaxes....
Cursor (Property)
The Cursor property is used to get and change the position of the mouse cursor in one of the following controls: Edit control. Editable Combo Box. "Edit control" table column and "Editable Combo Box" table column. Word Processing control. HTML Editor control....
2. Managing a Client/Server database
WEBDEV Tutorial - Managing an HFSQL Client/Server database Lesson 2 - Managing a Client/Server database - 20 min...
ExecuteProcess (Function)
Starts the execution of a process programmatically, i.e. without the user having to perform any particular action in the interface.
State (Property)
The State property is used to get and change the state of an element.
FocusOnClick (Property)
The FocusOnClick property is used to: Determine if a control gains focus when clicked. Allow or prevent a control from gaining focus when clicked....
WDInst: configuring the characteristics of the file setup
WDInst is used to configure the installation of files......
Table controls in "Server + AJAX" mode
The Table controls can be 100% AJAX......