ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

fMIMEType
Returns the type of file according to the MIME standard (Multipurpose Internet Mail Extensions).
iPreview (Function)
Configures the print destination.
fDate (Function)
Returns or modifies the different dates associated with a file or directory (date created, modified or accessed).
TableModify (Function)
Modifies a row in: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
fSelectDir (Function)
Opens a directory picker.
<DiskFile variable>.Find (Function)
Finds a character string or a buffer in a file opened by fOpen.
fDateTime (Function)
Returns or modifies the different dates and times associated with a file or directory (date created, modified or accessed).
fDataDirUser (Function)
Returns a directory path for the data of the current user of the current application.
fChangeExtension (Function)
Changes the extension of a file on disk.
InvalidInputPreventExit (Property)
The InvalidInputPreventExit property is used to determine if it is possible to leave the control in case of invalid input.
Handling Spreadsheet controls programmatically (in a window) (prefix syntax)
A Spreadsheet control found in a window can be handled through programming......
fListDirectory (Function)
Lists the subdirectories of a given directory and returns the full paths of listed subdirectories.
TableCount (Function)
Returns: the number of columns found in a Table or TreeView Table control. the number of rows found in a Table or TreeView Table control....
SQL functions that can be used in SQL queries
The following SQL functions can be used on the queries written in SQL code (classified by theme)......
TableSelectPlus (Function)
Selects a row in a Table or TreeView Table control.
Project Management Hub: Overview
The Project Management Hub is used to organize and schedule a project, from design to delivery......
fMoveDir (Function)
Moves a directory and its content.
Native DB2 Connector : Programming with SQL functions
The use of SQL functions to handle DB2 data does not require importing the file structure into the analysis......
SQLConnect (Function)
Connects the current application to a database that must be interrogated via SQL.
fSeparator (Function)
Returns a file path with normalized separators.
Camera control: decoding the bar codes (prefix syntax)
In iOS and Android, the bar codes can be decoded via the Camera control by BCCapture......
Constants used by properties associated with windows, reports, pages and controls
List of constants used by properties associated with windows, reports, pages and controls....
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.
fDelete (Function)
Deletes a file accessible from the current computer.