ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

iPrintReport (External language)
Prints a report created with the report editor.
SQLGetMemo (Function)
Retrieves the content of a Memo column from the query result, for the current row.
6. Source Code Manager (SCM)
To simplify teamwork, WINDEV Mobile includes a Source Code Manager....
ControlInvisible (Function)
Makes a control (or a group of controls) invisible in a window. An animation can be set on the controls during this operation.
HReadSeek (Example)
Usage example of the HReadSeek function
HourGlass (Function)
Transforms the mouse cursor into hourglass (and conversely). In Android and iOS, displays an endless progress bar in a window....
SCM administrator: Managing the repository
The SCM administrator (Source Code Manager) allows you to directly handle the source codes of different projects included in the Source Code Manager......
WDMap: Modifying the display mode of records
By default, WDMap displays the records found in a data file by using the following rules......
Events associated with reports
The following events are associated to reports (order of appearance in the code editor)......
fRead (Example)
Usage example of the fRead function
Key and referential integrity
In an analysis, the "Key" items are also used to manage the consistency of data (called referential integrity)......
Position (Function)
Finds the position of a specified string within another string.
Transactions in SQL
Starting with version 21, you can manage transactions in SQL code......
Glossary
The glossary lists all the abbreviations used in the code editor......
Generating the LDM from the CDM
To associate a CDM (Conceptual Data Model) with a project, you must generate the associated LDM (Logical Data Model)......
iPrint (Function)
Sends the character string passed as parameter to the print buffer.
CtDatabase (Property)
The CtDatabase property is used to set the OLE DB data source when connecting to a specific table via OLE DB.
MyPopupControl (Reserved word)
MyPopupControl is used to handle the control that opened a popup window...
Using WDDIXIO
To translate the text used in your project:...
WidthInPixel (Property)
The WidthInPixel property is used to get the width in pixels of a control in a report.
WinRedraw (Function)
Immediately redraws the window controls for which a graphic update is required.
MatStack (Function)
Compresses the memory footprint occupied by a matrix.
InvalidInputListControl (Function)
Builds a list of controls that require data input/contain invalid data....
HeightInPixel (Property)
The HeightInPixel property is used to get the height in pixels of a control in a report.
HTransactionStart (Function)
Starts a transaction on the data files (HFSQL or accessed via a Native Connector) and creates the transaction file.