ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

fListDirectory (Function)
Lists the subdirectories of a given directory and returns the full paths of listed subdirectories.
fSelectDir (Function)
Opens a directory picker.
fWriteLine (Function)
Writes a line into a text file (ANSI or UNICODE).
OutgoingData (Property)
The OutgoingData property is used to determine and change the type of data emitted by the stream.
Identifier (Property)
The Identifier property is used to get and change the name of the current computer shown to the participants who receive the audio or video stream. This name can be a number, for example.
Timeout (Property)
The Timeout property is used to get and change the time after which the connection is considered to have "failed".
IncomingData (Property)
The IncomingData property gets and sets the type of data received by the stream.
fTempFile (Function)
Returns the name of a unique temporary file.
<Table>.Delete (Function)
Deletes a row from: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
fMoveDir (Function)
Moves a directory and its content.
fDelete (Function)
Deletes a file accessible from the current computer.
fMakeDir (Function)
Creates a directory (and the intermediate directories if necessary).
Stream management functions (video and sound)
List of functions for managing the streams (video and sound)...
HToFile (Function)
Copies a data source (file, query, view, ...) to a physical HFSQL file with the same description. This file is neither encrypted nor password protected.
fSize (Function)
Returns the size of a file (in bytes).
<DiskFile variable>.Find (Function)
Finds a character string or a buffer in a file opened by fOpen.
fSeparator (Function)
Returns a file path with normalized separators.
Setups while taking the Push into account
The setup while taking the Push into account is used to deploy an application on all the client computers of a network from a single management computer......
fListFile (Function)
Lists the files found in a directory and returns the list of files.
Languages supported by the setup
If your applications must be installed in several countries, the setup wizard proposes to generate a multilingual setup......
fCopyFile (Function)
Copies one or more files (regardless of their attributes).
NetListIPAddress (Function)
Returns the list of IP addresses (Internet Protocol) for a computer.
Constants for managing streams (sound and video)
List of constants used by the functions for managing the streams (sound and video)....
OpenSSLCheck (Function)
Checks, via a public key, that the signature of data performed with the OpenSSL library is correct.
SQLGetCol (Function)
Retrieves the content of the specified column from the query result, for the current line.