ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Variable Description (Type of variable)
The Variable Description type is used to get information about a variable or a member.
BufferToInteger (Function)
Extracts an integer from a binary buffer at a given position.
BufferToReal (Function)
Extracts a real from a binary buffer at a given position.
fTrackFile (Function)
Triggers the tracking of a file.
fTrackDirectory (Function)
Detects the modifications performed on the content of a directory.
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....
Managing Hive databases
Hive is a software layer of Hadoop used to run queries......
<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).
<DiskFile variable>.Size (Function)
Returns the size of a file (in bytes).
fAddText (Function)
Adds the content of a character string at the end of a file.
fCopyFile (Function)
Copies one or more files (regardless of their attributes).
Filter (Function)
Returns an array containing the elements of a source array for which a procedure returns True.
Character strings
WLanguage supports different types of strings....
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.
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....
Batch processes: Creating executables, WDLs, components, and more...
WINDEV and WEBDEV allow you to perform multiple types of processes from a command line......
SQLReqExists (Function)
Checks the existence of a query.
SQLGetCol (Function)
Retrieves the content of the specified column from the query result, for the current line.
SQLCol (Function)
Retrieves the content of the specified column from the query result, for the current line.
fResourceDir (Function)
Returns the path of the read-only resources of the application.