ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

NetMsgError (Function)
Returns the error message corresponding to the error number returned by NetOpenRemoteAccess and NetCloseRemoteAccess.
NetRemoteMessageBox (Function)
Displays a dialog box on the screen of the FTP (File Transfer Protocol) or RPC (Remote Procedure Call) server powered by WINDEV. This function is kept for backward compatibility....
Snap-on grid
The different editors of WINDEV, WEBDEV and WINDEV Mobile allow you to align the elements via a snap-on grid......
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.
fAddText (Function)
Adds the content of a character string at the end of a file.
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).
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).
fSize (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.
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....
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....
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.
fResourceDir (Function)
Returns the path of the read-only resources of the application.