ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Table,Search (External language)
Searches for a value in a Table control populated programmatically.
grScatter3DProjection (Function)
Indicates whether the points found in a series of a 3D Scatter chart must be be projected on a given plane.
BurnerEject (Function)
Opens or closes the door of current burner.
StatError (Example)
Usage example of the StatError function
HDeactivateFilter (Example)
Usage example of the HDeactivateFilter function
iSequencingAdd (Function)
Adds a report into a sequence of report prints.
WDTrans: Delete the records in transaction
Transforms all the records "in transaction" into "normal" records if these records do not belong to a transaction currently in progress......
fRead (Example)
Usage example of the fRead function
FTPSize (Example)
Usage example of the FTPSize function
WebSocketDisconnect (Function)
Disconnects a client from a WebSocket server.
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)......
HExecuteQuery (Function)
Declares a query created in the query editor to the HFSQL engine and runs this query.
SQLConnect (Function)
Connects the current application to a database that must be interrogated via SQL.
iRoundBorder (Function)
Prints a border with rounded outlines at specified coordinates.
WDMap: Viewing the records found in a data file
WDMap is used to view the records found in a data file......
Hyper File functions available for backward compatibility
DiagramUngroup (Function)
Dissociates the different shapes of a group in a Diagram Editor control.
Configuring the automatic modification of data files
The automatic data file modification updates the description of data files on user computers......
HIndex (Function)
Rebuilds the file index (".NDX" file).
Error 1008: The member of the class is protected
Error 1009: The member of the class is private
docFormatting (Type of variable)
The docFormatting type is used to define the formatting characteristics of an element in a Word Processing document.
MenuIsMarked (Example)
Usage example of the MenuIsMarked function
TableInfoXY (Example)
Usage example of the TableInfoXY function
BREAK statement/"BREAK:" label
The keyword BREAK can correspond: to the BREAK statement: it allows you to exit a set of instructions and run the rest of the current process. to the BREAK label: it allows you to declare a section of code in a loop. This code will be run when exitingfrom the loop with a "BREAK" statement....