ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Array>.Filter (Function)
Returns an array containing the elements of a source array for which a procedure returns True.
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......
BufferToInteger (Function)
Extracts an integer from a binary buffer at a given position.
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).
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....
Filter (Function)
Returns an array containing the elements of a source array for which a procedure returns True.
Translating programming messages
When developing a multilingual application, you can translate the different messages displayed to the user (messages displayed by Info and YesNo, for example....
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).
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.
SQLFetch (Function)
Goes to the next row (i.e next record) of the query result.
SQLAssociate (Function)
Automatically associates each column of the query result with a control or with a variable of the application.
fResourceDir (Function)
Returns the path of the read-only resources of the application.