ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

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....
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.
TableToExcel (Function)
Creates an Excel file with the data from a Table or TreeView Table control.
HCheckIndex (Function)
Checks whether the data found in the index file (.NDX file) properly refers the data found in the data file (.FIC file).
Handling Mobile Image Editor controls programmatically
WINDEV Mobile allows you to programmatically handle Mobile Image Editor controls......
SourceFromWindow (Function)
Automatically updates: the values of a data file's items in memory with the values from the controls in the window. the value of the WLanguage variables with the value of the window controls. This function is also available for WEBDEV pages....
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).
Description of a Pivot Table control
The description window of a Pivot Table control is used to configure several elements of the control......
Native xBase/FoxPro Connector
WINDEV and WEBDEV propose a Native xBase/FoxPro Connector (or Native xBase/FoxPro Access) module......
pdfTextElement (Type of variable)
The pdfTextElement type is used to find out all the characteristics of a text element in a PDF page.
Application patch
Once an application was installed, the application library had to be reinstalled whenever a modification was performed (WDL file)......
WDDeploy features
WDDeploy can be used to......
How to develop a site for Linux?
The method for developing a site for Linux is identical to the method for developing a site for Windows....
24. Displaying and linking pages
DiskFile (Type of variable)
The DiskFile type is used to handle text files present on disk.
HRSInit (Function)
Configures an HFSQL server in order for this server to be a master server or a subscriber server for a replication between HFSQL servers.
HSeekFirst (Function)
Positions on the first file record whose value for a specific item is greater than or equal to a sought value.
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.
The Combo Box control
The "Combo Box" control is used to display a list of elements and to select an element from this list......
jQueryExecute (Function)
Runs a JavaScript method of the jQuery library on a page element.
Handling Word Processing controls programmatically
Word Processing controls can be handled programmatically......
Different types of data (Type of variable)
A variable is defined by name and type......