ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

ParallelTaskRequestCancellation (Function)
Requests the cancellation of a parallel task.
SSHCommand (Function)
Sends a command to an SSH server. The session is automatically started and closed as soon as the command is sent.
fReadLineRegularExpression (Function)
Reads a line in an external file, gets sections of this line according to a regular expression and assigns them to a variable.
HLoadParameter (Function)
Reads a parameter that was saved from a stored procedure by HSaveParameter.
Project Management Hub: Overview
The Project Management Hub is used to organize and schedule a project, from design to delivery......
13. External component in practice
External component in practice...
12. External component in practice
Définit l'image SVG utilisée pour un graphe de type "Pourcentage imagé"....
User Groupware and files accessed via a Native Connector
An application that works with the User Groupware can be used with a database handled by a Native Connector......
IWListInsert (Function)
Inserts a new internal window in the list of internal windows used by an Internal Window control.
fDecrypt (Function)
Decrypts a file that was encrypted by fCrypt.
SchedulerDeleteAppointment (Function)
Deletes an appointment from a Scheduler control.
HRplPass (Function)
Sets the passwords used to protect the universal replication files.
xlsCurrentWorksheet (Function)
Used to find out and modify the current worksheet in an XLS file.
geoTrackingProcedure (Function)
Defines the WLanguage procedure that will be called when the location of the user changes.
After (Property)
The After property replaces or inserts a procedure after the other procedures in: a Procedure variable. an event associated with a control....
BankHolidayAdd (Function)
Indicates that a day (or a list of days) is a public holiday.
dAlphaBlend (Function)
Blends two images together. This allows you to create fade-in effects between 2 images.
Array management functions
List of functions for managing arrays...
SocketAccept (Function)
Run on the server, this function accepts a request for connecting to an existing socket found on the server.
zipSize (Function)
Returns the size of archive (in ZIP, RAR, CAB, WDZ or 7z format): the size of all compressed files found in the archive. the size of all files found in the archive before compression....
grInfoXY (Function)
Returns information about the series found at a specific chart point.
HFreeQuery (Function)
Releases query resources (following use of HExecuteQuery or HExecuteSQLQuery functions).
HCancelDeclaration (Function)
Allows you to: Delete a declaration made previously using HDeclare, HDeclareExternal, HDescriveFile. After this operation, the table is no longer recognized by the HFSQL engine. Free the resources of a query (after calling HExecuteQuery or HExecuteSQLQuery)....
Dialog (Function)
Displays a message box and returns the value of the button clicked by the user.