ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

KeyGetIdentifier (Function)
Retrieves the identifier that was used to generate an initial key.
MongoGridFSListFile (Function)
Retrieves the list of MongoDB files found in the MongoDB file system (gridFS).
zipOpenRAR (Function)
Opens an existing archive in RAR format.
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.
HSetDuplicates (Function)
Enables or disables the management of duplicates on a unique key.
MongoCreate (Function)
Creates a connection to a MongoDB server or cluster.
HTML control properties
You can manipulate HTML controls in a window, page or report using the following WLanguage properties......
PDFNumberOfPages (Function)
Returns the total number of pages found in a PDF file.
dbgEnableLog (Function)
Enables the runtime log programmatically.
SensorDetectChangeAcceleration (Function)
Notifies when acceleration forces are applied to the device along any of the three axes.
TableSortChild (Function)
Sorts a branch in a TreeView Table control on one or more columns.
MongoGridFSDeleteFileByID (Function)
Deletes a file identified by its identifier from a MongoDB file system.
xlsClose (Function)
Closes an XLS file.
WDSQL: Running an SQL query
WDSQL is used to run all the SQL queries created by WDSQL......
HReadNext (Function)
Sets the position on the next data file record according to a browse item.
CurrentWin (Function)
Identifies the window currently in edit.
Server (Property)
The Server property is used to manage the data source of a connection (HFSQL Client/Server, OLE DB, etc.)....
CacheSize (Property)
The CacheSize property is used to: Get the maximum number of records that can be stored in the cache of the Native MySQL Connector. Change the maximum number of records that can be stored in the cache of the Native MySQL Connector....
InputMask (Property)
The InputMask property is used to: get the input mask. set the input mask (from the masks available for the type)....
DashResizeWidget (Function)
Changes the dimensions of a widget found in a Dashboard control.
DashMoveWidget (Function)
Changes the position of a widget found in a Dashboard control.
PicSave (Function)
Saves the image found: in an Image Editor control. in a WDPic variable....
fCopyFile (Example)
Usage example of the fCopyFile function