ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Maximize (Function)
Displays a WINDEV window in its maximum size.
Report viewer: "Preview" tab
The report viewer allows end users to view reports before printing them......
Project Management Hub: Sprint management
A sprint or iteration is a development cycle......
The Internal Page control
The "Internal Page" control is used to include a page (and its code) in a control of another page......
Restore (Function)
Displays a WINDEV window to its initial size.
<Source>.HistoryModification (Function)
Returns the modifications performed on one or more items of a given record. The result can be displayed in a list box or in a table to allow the user to view the modifications made to the specified file.
Sin (Function)
Returns the sine of an angle.
DateTime (Type of variable)
The DateTime type enables you to easily handle a date and a time...
Error 19: The step of this FOR loop must be constant
diagPath (Type of variable)
The diagPath type is used to define all the advanced characteristics of a Path shape (equivalent to a polygon that can include rounded lines).
MaxSize (Property)
The MaxSize property is used to get and set a maximum size.
Looper controls populated programmatically: Operations in WLanguage
Here is an overview of how to handle Looper controls populated programmatically in WLanguage....
CompressedSize (Property)
The CompressedSize property is used to determine the compressed size of an element.
ExtendedInfo (Property)
The ExtendedInfo property is used to get additional information: about a data file accessed by a Native Connector or HFSQL Client/Server. about an item accessed by a Native Connector or HFSQL Client/Server. about a connection. In this case, this property is equivalent to CtExtendedInfo....
Creating a translation file
WDINT allows you to create a translation file....
<Window>.FromSource (Function)
Automatically initializes the controls of a window with: the values of the bound items in the current record (loaded in memory) of the HFSL data file described in the data model editor. the values of the bound WLanguage variables....
<Page>.FromSource (Function)
Automatically updates the controls of a page with: the values of the bound items in the current record (loaded in memory) of the HFSL data file described in the data model editor. the values of the bound WLanguage variables....
<Source>.ToWindows (Function)
Automatically initializes the controls of a window with: the values of the bound items in the current record (loaded in memory) of the HFSL data file described in the data model editor. the values of the bound WLanguage variables....
Materialized view
Time and date management properties
List of properties for managing dates and times...
Date and Time management functions
List of functions for managing dates and times...
grLineThickness (Function)
Retrieves and/or modifies the value of the line thickness in a line chart....
<Window>.Maximize (Function)
Displays a WINDEV window in its maximum size.
<Window>.Restore (Function)
Displays a WINDEV window to its initial size.
External language: Programming in Pascal
We are going to call the elements developed in WINDEV (project, windows, ......