ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

DiskFile (Type of variable)
The DiskFile type is used to handle text files present on disk.
Constants used by the functions for managing Tab controls
iConfigure (Function)
Configures the printer for a print performed in WLanguage: by opening the configuration window. by modifying the printer used for the current print....
TreeCollapse (Function)
Collapses a branch previously expanded.
Configuring an existing project for the SCM
Some operations are required before an existing project can be used by the Source Code Manager......
rssEnclosure (Type of variable)
The rssEnclosure type is used to describe and handle the attachment of an entry of RSS stream...
Net constants
List of constants used by the Net functions....
HDeclareExternal (Function)
Temporarily imports into the current analysis the description of a data file from an existing HFSQL data file.
FTPCommand (Function)
Sends a specific FTP command to a server.
BREAK statement/"BREAK:" label
The keyword BREAK can correspond: to the BREAK statement: it allows you to exit a set of instructions and run the rest of the current process. to the BREAK label: it allows you to declare a section of code in a loop. This code will be run when exitingfrom the loop with a "BREAK" statement....
FTPDate (Example)
Usage example of the FTPDate function
WinStatus (Function)
Identifies or modifies the window status.
NFCWriteTag (Function)
Starts writing data to an NFC tag.
ErrorBuild (Function)
Displays a custom error message in a system error window.
mongoFindOption (Type of variable)
The mongoFindOption type is used to define the advanced characteristics of a search in a MongoDB database.
GPSStopDetection (Function)
Stops the location detection triggered by GPSDetectPosition.
apExecute (Function)
Runs an action plan.
TraceBuild (Function)
Displays a customizable message in the trace window opened in parallel with the current window.
InfoWithTimeout (Function)
Displays an information message in a system information window for a set amount of time
Spreadsheet: Using the ribbon
The ribbon of the Spreadsheet control proposes several features and it allows you to define several settings......
HActivateFilter (Function)
Enables the filter that was previously created for the specified data file (view or query).
sRead (Function)
Reads a character string in the entry buffer of the specified serial port.
GglPrintDocument (Function)
Prints a document (text or PDF file, images, Word or Excel document, ...) by using the Cloud Print service of Google.
InKioskMode (Function)
Indicates whether the Android application is in kiosk mode.
HDuplicateRecord (Function)
Duplicates the record read in a data file: the record found in memory is added into the data file (query or view).