ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

fSize (Example)
Usage example of the fSize function
<DiskFile variable>.WriteLine (Function)
Writes a line into a text file (ANSI or UNICODE).
FTPRenameFile (Function)
Renames or moves a file found on an FTP server (File Transfer Protocol).
FTPMakeDir (Function)
Creates a directory on an FTP server (File Transfer Protocol).
FTPRemoveDir (Function)
Deletes a directory and its content (files and sub-directories) from an FTP server (File Transfer Protocol).
FTPDeleteFile (Function)
Deletes a file from an FTP server (File Transfer Protocol).
Locking an application
WINDEV gives you the ability to lock your applications (after a specific duration for example)......
fDataDir (Function)
Returns the full path of the directory of HFSQL data files specified by the user when installing the application.
MemSeek (Example)
Usage example of the MemSeek function
<DiskFile variable>.Read (Function)
Reads: a block of bytes (characters) in an external file (ANSI or Unicode), the content of an external file (ANSI or Unicode) and assigns it to a memory area....
Installing an application server
There are several steps to install the WEBDEV Application Server on a Linux server......
fReadLine (Example)
Usage example of the fReadLine function
OutlookStartSession (Example)
Usage example of the OutlookStartSession function
fLongName (Example)
Usage example of the fLongName function
ImageInfoValue (Function)
Returns the value of an Exif tag for the image used.
iPreview (Function)
Configures the print destination.
SysMetric (Function)
Returns the resolution of a specific element.
fRename (Example)
Usage example of the fRename function
zipNbPartNeeded (Example)
Usage example of the zipNbPartNeeded function
The List Box control
The List Box control is used to display a list of elements and to select one or more elements from this list......
The SOAP structure
To pass parameters to a procedure run on a SOAP server, WINDEV is using the following structure......
Constants for managing Scheduler and TimeLine controls
The following constants are used to manage Scheduler and TimeLine controls:...
Socket constants
List of constants used by the functions for socket management....
Custom synchronization for Table controls based on a data file
In some cases, you may want to use a custom synchronization for Table controls based on a data file......
3. Multi-criteria search
WINDEV Tutorial: WINDEV application: Managing data Lesson 3 - Multi-criteria search - 40 min