ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Characteristics of a Looper control in a window
To display the control characteristics, select "Description" in the context menu of control......
Color (Property)
The Color property is used to get or change the font color for: a Font variable. a text displayed in a Static control or in a calculated control of a report. a text displayed in a window control. a text displayed in a page control....
<Table>.InfoXY (Function)
Returns for a given position in a Table or TreeView Table control (coordinates of a control point): the name of the column displayed for the specified position. the index of the row or column for the specified position....
Reintegrating translated text into a project
Once the translation of framework libraries ("......
Test of a WINDEV and WINDEV Mobile application
WINDEV and WINDEV Mobile feature multiple methods to test applications......
<Source>.CheckIndex (Function)
Checks whether the data found in the index file (.NDX file) properly refers the data found in the data file (.FIC file).
How to create a patch?
11. Choosing the action of a button/link
How to fill a TreeView Table control?
This help page explains how to populate a TreeView Table control programmatically....
StringToTime (Function)
Converts a time in character string format to a time in HHMMSSCC format that can be used by a Time variable].
Specific features of the Express version
ExeListProcess (Function)
Returns the list of applications currently run.
Minute (Property)
The Minute property is used to: Retrieve the minutes from a Time or DateTime variable, or the number of minutes from a Duration. Change the minutes in a Time or DateTime variable, or the number of minutes in a Duration. Retrieve the minutes or the number of minutes from a Date item (in "Date and Time" or "Duration" format) or from a Time item. Modify the minutes or the number of minutes in a Date item (in "Date and Time" or "Duration" format) or in a Time item....
Modifying an SVG image (XML functions)
SVG (Scalable Vector Graphics) is a vector image format......
WDOptimizer: Optimizing indices
WDOptimizer includes multiple modes to optimize indices......
Choosing the action associated with a WEBDEV button
Whatever the type of button, it is possible to associate an action with it......
Now (Function)
Returns or modifies the system time (current time defined for the current computer).
HToFile (Function)
Copies a data source (file, query, view, ...) to a physical HFSQL file with the same description. This file is neither encrypted nor password protected.
HAdd (Function)
Adds: the record found in memory into the data file (query or view). the record found in a Record variable into the data file (query or view)....
Remote check: Customizing with a procedure
To customize the remote control performed on a multi-user WINDEV application, you can trigger the execution of a procedure found in the application......
Search the selected text on the Internet (AAF)
The context menu of Edit controls includes a "Search on Internet" option for the term selected in the control......
Retrieving documents coming from Twain devices
Several WINDEV functions allow you to retrieve documents from a Twain device......
Information about a control found in a window or in a page
The window editor and the page editor allow you to get information about the controls used....
TableEnumBreak (Function)
Enumerates the breaks found in a Table control.
BreakAdd (Function)
Adds a break into a Table or Looper control.