ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

FTPGet (Function)
Transfers a file or directory from an FTP (File Transfer Protocol) server to the current computer.
9. Generation modes
WINDEV Mobile includes different types of generation......
Database (Property)
The Database property is used to manage databases associated with a connection (HFSQL Client/Server, OLE DB, etc.)....
Optimizing the query execution
The query editor allows you to optimize the execution speed of one or more queries......
Monitoring robot: General check parameters
The general parameters of the check must be defined when creating or modifying a check......
MultimediaPosition (Function)
Returns or modifies the current position of the media file currently played in the Multimedia control.
Character strings
WLanguage supports different types of strings....
fSaveBuffer (Function)
Creates and fills a text file with the content of a string or buffer variable.
Synchronizing threads via events
Events can be used to synchronize the different threads of an application......
CONTINUE statement/"CONTINUE:" label
The CONTINUE keyword can correspond: to the CONTINUE instruction. It allows you to go back to the beginning of the first iteration without finishing the code of the current iteration. to the CONTINUE: label. It allows you to declare a common code in a loop....
Border (Type of variable)
The Border type is used to handle a border through programming...
Associating documents with the project
To describe a project in detail, you can associate documents with it......
HDescribeFile (Function)
Describes a data file programmatically.
Constants for managing certificates
NotesActivateView (Function)
Indicates the view that must be handled in Lotus Notes.
sfDeletedRecord (Type of variable)
The sfSeekDeletedResult type is used to find out the characteristics of a deleted record that was retrieved by SFSeekDeleted...
emailHeader (Type of variable)
The emailHeader type is used to retrieve or define the additional email headers.
MobileNetworkConnectionInfo (Function)
Returns information regarding the current connection to data on the mobile network.
MDIOpen (Function)
Opens and enables an MDI child window.
Assisted universal replication: specific features
EmulateInput (Function)
Performs an input by emulation in a control while checking whether this control is an editable control.
Reports & Queries: Unsupported WLanguage functions
Some WLanguage functions are not available in Reports & Queries......
Lower (Function)
Converts all characters in a string to lowercase according to the region settings defined in Windows.
FileToMemoryTable (Function)
Populates a Table control programmatically with the records from a data file, HFSQL view or query (query created in the query editor or with HExecuteSQLQuery).
MemoryToFile (Function)
Automatically initializes the memory value of the items for the current file record with the values of the members of a class or structure.