ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The Link control
The Link control is used to:
  • create a link in an HTML page.
  • create a link in a report printed in HTML format.
Instant spotting of modified code/current code
The modified lines of code are immediately visible......
Handling WEBDEV Account Manager via command line
All the features in WEBDEV Account Manager can be used via command line......
gLink (Function)
Adds an "invisible" value into an element found in a List Box or Combo Box control. Function kept for compatibility. It is recommended to use gStoredValue....
Writing to the Free Technical Support
When you encounter a problem, try to isolate it and to reproduce it by using the minimum number of elements......
Abandon (Function)
Closes the current window by running the "Click" event of the CANCEL Button control.
Configuring the Project Management Hub
The Project Management Hub allows you to configure......
How to develop a site for Linux?
The method for developing a site for Linux is identical to the method for developing a site for Windows....
Hourglass (External language)
Displays a mouse pointer shaped like an hourglass.
10. Smart controls
Smart controls...
SaaS administrator - Managing a client
Managing a SaaS client account is used to......
The Gantt Chart control
A Gantt chart allows you to graphically view the progress status of a project......
Context menu of Gantt Chart controls (AAF)
Each Gantt Chart control in a window has a default menu that is available to users......
How to use an array of structures?
An array of structures is an Array variable......
Search in SCM history
The search in the history allows you to perform an advanced search in the history of operations performed in the SCM......
CriticalSection
The CriticalSection keyword can correspond to: the CriticalSection function, which makes it possible to enable a named or on-variable critical section in the statement USING ... IN. the CriticalSection variable, which makes it possible to define critical sections to limit the simultaneous execution of a code (procedure, line of code, etc.) to one thread at a given moment in an application....
Image control: Operating mode of a clickable image
You can define the click actions of an Image control ("General" tab of the control description window) to make it Clickable Image control......
The "Compilation errors" pane
The "Compilation errors" pane is used to find out......
Popup window
WINDEV allows you to open windows in popup format......
Multiline strings
To type character strings over several lines in the code editor...
WDInst: Configuring the setup computer
When creating the setup program, WDInst allows you to configure the computer where the program will be installed......
Page templates and inheritance
When a page template is applied to a page, all the controls and code found in the template are "copied" into the page......
ERR_NO_WDADMIN
Handling List Box controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically handle List Box controls....
The .NET 3.0, 4.0 control, ... (WPF)
The Xaml control allows you to easily manage the Xaml language......
Editable reports
The report editor can be used to create form reports, which include different controls allowing users to enter data......