ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

_VisiteGuideeEtapeBulle (Type of variable)
Le type _VisiteGuideeEtapeBulle permet de définir toutes les caractéristiques avancées d'un XXX....
HDescribeConnection (Function)
Describes a new connection to an external database.
RequestUpdateUI (Function)
Requests the execution of the "Request for refreshing the display" event (and gives back control without waiting for the execution of the event). This function is kept for backward compatibility.
TreeInfoXY (Function)
Returns the TreeView element found at a given position.
iXPos (Function)
Used to manage the horizontal position (X-coordinate) of print cursor in the page.
iYPos (Function)
Used to manage the vertical position (Y-coordinate) of print cursor in the page.
HCheckIndex (Function)
Checks whether the data found in the index file (.NDX file) properly refers the data found in the data file (.FIC file).
HFilterIncludedBetween (Function)
Defines and enables an "Included between" filter on a file, view or query.
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....
Consuming a web service
WINDEV Tutorial: Consuming a web service Consuming a web service - 10 min
Window with parameters
A window can: Receive parameters when it is opened. Return values when it is closed....
INIRead (Function)
Reads the content of an INI file (or the content of a file structured like .INI files).
Management errors specific to Native Connectors
When an HFSQL function fails (returns False for example), the corresponding error number is returned by HError......
pdfTextElement (Type of variable)
The pdfTextElement type is used to find out all the characteristics of a text element in a PDF page.
CursorEnd (Property)
The CursorEnd property gets and sets the end position of the mouse selection range in the following controls: Edit control. Editable Combo Box. "Edit control" table column and "Editable Combo Box" table column. Word Processing control....
12. External component in practice
6. Procedures
WINDEV Tutorial - WLanguage basics Lesson 6 - Procedures - 20 min
Merge (Property)
The Merge property is used to merge the cells of a Table or TreeView Table control.
OCRLoadLanguage (Function)
Adds a language to the native OCR system.
jQueryExecute (Function)
Runs a JavaScript method of the jQuery library on a page element.
HRSRenameServer (Function)
Changes the DNS name of the replication server if it has a new name.
Events associated with the controls of a report
The events associated with the controls of a report are as follows......
HSubstDir (Function)
Associates the data directory specified in the analysis with a directory found on disk.
X (Property)
The X property is used to: Get the X-coordinate of a control, Table control column or window (position on the X-axis). Get the X-coordinate of a control or window (position on the X-axis)....
Using the query result
The result of a select query can be used in......