ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Handling Spreadsheet controls programmatically (in a window) (prefix syntax)
A Spreadsheet control found in a window can be handled through programming......
fMIMEType
Returns the type of file according to the MIME standard (Multipurpose Internet Mail Extensions).
fDataDirUser (Function)
Returns a directory path for the data of the current user of the current application.
InvalidInputPreventExit (Property)
The InvalidInputPreventExit property is used to determine if it is possible to leave the control in case of invalid input.
fChangeExtension (Function)
Changes the extension of a file on disk.
fListDirectory (Function)
Lists the subdirectories of a given directory and returns the full paths of listed subdirectories.
<DiskFile variable>.Find (Function)
Finds a character string or a buffer in a file opened by fOpen.
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......
Camera control: decoding the bar codes (prefix syntax)
In iOS and Android, the bar codes can be decoded via the Camera control by BCCapture......
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....
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.
fMoveDir (Function)
Moves a directory and its content.
Constants used by properties associated with windows, reports, pages and controls
List of constants used by properties associated with windows, reports, pages and controls....
fDelete (Function)
Deletes a file accessible from the current computer.
fExtractPath (Function)
Returns the different elements of a path: disk, directories, name and extension of the file.
gpwInLDAPMode (Function)
Allows you to find out whether identification of users in the user groupware will be done via a LDAP directory.
<Table>.InsertLine (Function)
Inserts a row into: a Table control, a TreeView Table control....
<Table>.FilteredColumn (Function)
Returns the list of columns filtered by the user in a Table or TreeView Table control.
<Table>.Insert (Function)
Inserts a row into: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
<Table>.SelectMinus (Function)
Deselects a row from a Table or TreeView Table control.
fMakeDir (Function)
Creates a directory (and the intermediate directories if necessary).