ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Error 704: The property does not exist on
The Combo Box control
The "Combo Box" control is used to display a list of elements and to select an element from this list......
5. User Groupware in practice
26. Style sheets: to simplify the layout
Controlling the WEBDEV Application Server
Starting with version 28, you can remotely control the WEBDEV Application Server......
ERR_LAUNCH_FAILED
Minimap
The minimap is an option that allows you to quickly navigate the code editor......
ERR_BAD_CONTEXT_INTERNAL
Filling a Chart control
The data that will be displayed in the Chart control can come from......
dChord (Function)
Draws the chord of a circle (intersection between an ellipse and a straight line): in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
12. Managing tasks
The Project Management Hub allows the project contributors to manage their task schedule....
Transparency of windows
WINDEV allows you to apply a transparency coefficient to the windows......
HListFullTextIndex (Function)
Returns the list of full-text indexes of a file (a query or a view) recognized by the HFSQL engine.
Automatic Application Features (AAF)
The Automatic Application Features (AAF) allow you to add features to your application without having to write a single line of code......
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....
WDHFDiff: Overview
WDHFDiff is a tool used to compare HFSQL data files......
VolumePhysicalButton (Function)
Identifies or modifies the sound source associated with the physical buttons used to set the volume of the device.
ERR_DISCONNECTED_ERROR
ERR_DISCONNECTED_UPDATE
Providing an image per DPI
On mobile, when displaying images, each device has its own physical size and its own graphic resolution......
Manage SCM branches visually
The Source Code Manager offers a graphic interface for editing branches to optimize the management of branches in your projects......
<Source>.ListFullTextIndex (Function)
Returns the list of full-text indexes of a file (a query or a view) recognized by the HFSQL engine.
HRecordDate (Function)
Returns the date and time of the last write operation performed on a record in an HFSQL file (Classic or Client/Server)....
Management of Google documents
Google Docs and Google Spreadsheet are the online word processing and the online spreadsheet proposed by Google......
Creating a combining query
A combining query (corresponding SQL statement: UNION) ......