ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ReplicDeleteSubscription (Function)
Deletes the subscription of a replication on the replication server.
HFilterIdentical (Function)
Defines and enables a filter used to find the exact value of a string item.
OpenContextMenu (Function)
Automatically opens a context menu for the current control, window or page.
ExceptionPropagate (Function)
Propagates an exception.
HFilterStartsWith (Function)
Defines and enables a "Start with" filter on a file, view or query.
iLastFile (Function)
Returns: the full name of the last file generated during the print (PDF, RTF, text, ...). the list of created duplicate files....
Style sheet
A style sheet ("......
HErrorLock (Function)
Used to check whether a lock error occurred.
Conditions for using a .NET assembly
Before using a .NET assembly, a specific configuration is required......
HErrorModification (Function)
Used to: return the value of a record item if a modification conflict occurs. check if a modification conflict occurred....
HFilterIncludedBetween (Function)
Defines and enables an "Included between" filter on a file, view or query.
DriveListeDirectory (Function)
Lists the directories of an Drive.
BitwiseNOT (Function)
Returns the result of the bitwise logical NOT operation of a value.
Creating a .NET assembly from WINDEV
To create a.NET assembly, ......
ServicePause (Function)
Pauses a service.
BitwiseAND (Function)
Returns the result of the bitwise AND between two values.
ServiceContinue (Function)
Restarts a paused service.
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).
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.
<Array>.Mean (Function)
Calculates the mean of the values within an array.