ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

fLoadBuffer (Function)
Loads the content of an external file (text, image, ...) in a buffer variable.
WithSpace (Function)
Adds or deletes the spaces found on the right of a text item when reading it.
FOR EACH/FOR ALL statement (browse of associative arrays)
The FOR EACH statement is used to perform different types of browse on the associative arrays...
grAutoRefreshSeries (Function)
Identifies or defines whether a series is refreshed whenever the chart is drawn.
iTextWidth (Function)
Calculates the width (in millimeters) of the text to print, according to the specified font.
<Gantt chart>.OrganizeTask (Function)
Reorganizes the tasks of a Gantt chart according to the constraints (dependencies and resources).
EmulateDnD (Function)
Emulates a "Drag & Drop" gesture in automated tests.
DiagramInfoXY (Function)
Indicates the presence of a shape at a given position in the Diagram Editor control.
<Diagram editor>.DiagramInfoXY (Function)
Indicates the presence of a shape at a given position in the Diagram Editor control.
PicRectangularSnipOCR (Function)
Runs OCR and extracts the text from a rectangular area defined with the mouse.
DiskFile (Type of variable)
The DiskFile type is used to handle text files present on disk.
fSaveBuffer (Function)
Creates and fills a text file with the content of a string or buffer variable.
grDestinationBMP (Function)
Defines a BitMap file as destination of a chart (BMP means BitMap).
SensorDetectChangeAcceleration (Function)
Notifies when acceleration forces are applied to the device along any of the three axes.
Types of charts available
WINDEV, WEBDEV and WINDEV Mobile propose different types of charts......
JSON (Type of variable)
The JSON type makes it possible to simplify actions on data in JSON format.
Runtime log
The runtime log is the best way to identify the most used features of an application......
wsResponse (Type of variable)
The wsResponse type is used to get: the XML source code of the Webservice response. the value of the different parts of the Webservice response (for the Webservices returning several responses)....
gFontUnderlined (Function)
Builds a sequence of characters to specify whether or not the text that follows the call to this function is underlined.
HFConf.Ini file
The HFConf.INI file is found at server root. This file is used to define several characteristics of HFSQL Client/Server server....
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....
2. User-friendly editors in practice
Translating a text file with WDTRAD
TopIndent (Property)
The TopIndent property is used to get and change the space at the top of the text (top margin) in a control.
Managing breakpoints
During a project test in the editor, breakpoints are used to automatically start the debugger from a given line......