ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HErrorModification (Function)
Used to: return the value of a record item if a modification conflict occurs. check if a modification conflict occurred....
HFilterStartsWith (Function)
Defines and enables a "Start with" filter on a file, view or query.
Style sheet
A style sheet ("......
HErrorLock (Function)
Used to check whether a lock error occurred.
Database access: summary
WINDEV and WEBDEV support different SQL query execution modes depending on how the database was accessed.......
Conditions for using a .NET assembly
Before using a .NET assembly, a specific configuration is required......
HDescribeConnection (Function)
Describes a new connection to an external database.
HFilterIncludedBetween (Function)
Defines and enables an "Included between" filter on a file, view or query.
BitwiseNOT (Function)
Returns the result of the bitwise logical NOT operation of a value.
ServicePause (Function)
Pauses a service.
BitwiseAND (Function)
Returns the result of the bitwise AND between two values.
DriveListeDirectory (Function)
Lists the directories of an Drive.
ServiceContinue (Function)
Restarts a paused service.
10. Internal components in practice
11. Internal components in practice
Internal components in practice...
ServiceStop (Function)
Stops a service.
DriveListeFileGgl (Function)
Lists files from the Google suite (Google Docs, Google SpreadSheets, etc.) present in a Google Drive.
ServiceStart (Function)
Starts a service.
ServiceRestart (Function)
Restarts a service (already started).
Adapting an application to support multiple languages
WINDEV Tutorial - Managing multiple languages Adapting an application to support multiple languages - 20 min
ControlGrayed (Function)
Grays a control or a group of controls. An animation can be set on the controls during this operation.
ControlEnabled (Function)
Enables a control or a group of controls in a window. An animation can be set on the controls during this operation.
ControlInvisible (Function)
Makes a control (or a group of controls) invisible in a window. An animation can be set on the controls during this operation.
BitwiseOR (Function)
Returns the result of the (bitwise) logical OR between two values.
<Array>.Mean (Function)
Calculates the mean of the values within an array.