ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

MongoDB functions
The following functions and types are used to handle the MongoDB data:...
DashMoveWidget (Function)
Changes the position of a widget found in a Dashboard control.
FTPSize (Function)
Returns the size (in bytes) of a file found on an FTP server (File Transfer Protocol).
grScatterLinkPoint (Function)
Links (or not) the points found in a "Scatter" chart.
Structure of data files of user groupware
zipFileSize (Example)
Usage example of the zipFileSize function
HExtractMemo (Example)
Usage example of the HExtractMemo function
Navigation Bar control properties
A Navigation Bar control found in a page can be handled in WLanguage by the following properties......
Linear Looper control properties
Web Camera control properties
A Web Camera control found in a page can be handled in WLanguage by the following properties.
ReplicInfo (Function)
Returns information about a replication.
HRplManageItem (Function)
Specifies the replication options for an item: the item can be replicated or not.
DashResizeWidget (Function)
Changes the dimensions of a widget found in a Dashboard control.
HRplFilterProcedure (Function)
Defines the WLanguage procedure that will be called whenever a replication operation is performed on a specific file.
HDeclareExternal (Function)
Temporarily imports into the current analysis the description of a data file from an existing HFSQL data file.
SQLLock (Function)
Used to lock: The entire data table, in read and write mode. Its data cannot be accessed by other computers. The records selected by the query. This data cannot be accessed by the other computers. This method can be used to update records for example....
HWrite (Function)
Writes a record into a data file without updating the indexes corresponding to all keys used in the file.
LooperSort (Function)
Allows you to: Sort a Looper control according to one or more attributes. Sort a Looper control on all its attributes. Cancel a sort that was performed beforehand (which means ignore the sort)....
Width (Property)
The Width property gets and changes the width: of a control or block in a report. of a control (found in a window), window, column found in a table or column found in a list box (including listview). of a control (found in a page), column found in a table or column found in a list box. The control can be overlayable or not....
iReportPrintingStatus (Function)
Returns the status of the current print.
Rich Text Area control properties
A Rich Text Area control can be handled in a window by the following WLanguage properties......
FontSize (Property)
The FontSize property is used to: Identify the size of the font used in a control. Change the size of the font used in a control....
Combo Box control properties
You can manipulate Combo Box controls in a window or page using the following WLanguage properties......
grSaveBMP (Function)
Saves a chart that was previously drawn in a file in BMP format.
iSubstBlock (Function)
Substitutes one block of the report with another block while the report is printed.