ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SQLDisconnect (Function)
Closes the current connection and frees the memory used by the connection.
<Connection variable>.OpenConnection (Function)
Opens a connection to a specific database.
SQLConnectWS (Function)
Connects the current application to a database that will be queried by SQL through a web service proxy (SOAP).
HCloseConnection (Function)
Closes a connection to a database.
SQLConnect (Function)
Connects the current application to a database that must be interrogated via SQL.
fBuildPath (Function)
Builds a complete file path from the directory and short name of a file. This function is mainly used to get a valid file name without having to worry about the presence of separators in the path ('/' or '\') or about their direction according to the platform....
fTrackDirectory (Function)
Detects the modifications performed on the content of a directory.
<Array>.Filter (Function)
Returns an array containing the elements of a source array for which a procedure returns True.
fDelete (Function)
Deletes a file accessible from the current computer.
fMoveDir (Function)
Moves a directory and its content.
fMakeDir (Function)
Creates a directory (and the intermediate directories if necessary).
fExtractPath (Function)
Returns the different elements of a path: disk, directories, name and extension of the file.
<DiskFile variable>.Size (Function)
Returns the size of a file (in bytes).
Filter (Function)
Returns an array containing the elements of a source array for which a procedure returns True.
ChangeSkinTemplate (Function)
Dynamically changes the skin template: of all windows found in the current application, of the windows found in the WINDEV components used by the application, of a specific window found in the project....
HNotifListEmailRecipient (Function)
Returns the list of recipients for a notification by email.
HNotifListCCRecipient (Function)
Returns the list of recipients of a notification sent via the Control Centers (WDBal messaging tool).
HNotifDeleteCCRecipient (Function)
Deletes the recipients of a notification sent via the Control Centers (WDBal messaging tool).
HNotifDeleteEmailRecipient (Function)
Deletes the recipients of an email notification.
How to write into a text or CSV file?
This help page explains how to write into a text or CSV file....
fSize (Function)
Returns the size of a file (in bytes).
fListFile (Function)
Lists the files found in a directory and returns the list of files.
fCopyFile (Function)
Copies one or more files (regardless of their attributes).
Batch processes: Creating executables, WDLs, components, and more...
WINDEV and WEBDEV allow you to perform multiple types of processes from a command line......
fResourceDir (Function)
Returns the path of the read-only resources of the application.
fDataDirUser (Function)
Returns a directory path for the data of the current user of the current application.
<String type>.BufferToHexa (Function)
Converts an Ansi or Unicode string to a hexadecimal string (e.g.: "4A 5B 00").
fLongName (Function)
Returns the long name of a file or directory.
fDecrypt (Function)
Decrypts a file that was encrypted by fCrypt.
fSelect (Function)
Opens the Windows file picker.