ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Filtering a data file, a view or a query
A filter is used to define by programming a selection of records corresponding to one or more criteria......
EmailStartSMTPSession (Function)
Starts a session for sending emails with the SMTP protocol.
fOpenTempFile (Function)
Creates and opens a temporary file.
SFAdd (Function)
Creates a record in a file of a Salesforce database.
SFEmptyRecycleBin (Function)
Clears the specified records from the Salesforce recycle bin.
SFConvertLead (Function)
Converts the leads.
SelectedText (Property)
The SelectedText property is used to get and change the text selected in an Edit control, editable Combo Box control or editable column in a Table control.
SOAPAddAttribute (Function)
Adds an attribute to an automatic variable generated by the import of a Webservice.
AutomaticReorganization (Property)
The AutomaticReorganization property is used to get and change the automatic reorganization mode for the tasks in a "Gantt Chart" column.
fDirRename (Function)
Renames a directory.
USB constants
List of constants used by the USB functions....
xlsVersion (Function)
Returns the Excel version that was used to save the file.
How to create a menu?
BitwiseOR (Function)
Returns the result of the (bitwise) logical OR between two values.
Remote WEBDEV administrator: Show the statistics
...The statistics become available once the log files have been imported....
btleService (Type of variable)
The btleService type is used to handle a Bluetooth Low Energy service ("Bluetooth GATT Service").
TableSelectMinus (Function)
Deselects a row from a Table or TreeView Table control.
HExtractMemo (Function)
Extracts the content of a binary memo item from an HFSQL file, a query or an HFSQL view to a physical file (on disk).
HState (Function)
Used to find out the state of a record.
TablePrint (Function)
Prints the content of the specified Table control without having to create a report based on the Table control.
fDirAttribute (Function)
Returns or modifies the attributes of a directory.
Multi-control search: search in a window
You want to find a word in the controls of your window? Nothing is easier, press CTRL + F and type the word to find......
Type (Property)
The Type property is used to get: the type of element (data file or item) defined programmatically or in the data model editor, view or query. the type of object. the type of data held in a Variant....
Modifying the query content
The queries are used to easily select the records coming from one or more files, matching one or more selection criteria, ......
HCreateView (Function)
Creates an HFSQL view. This function uses the former view mechanism....