ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Error 19: The step of this FOR loop must be constant
<Window>.ToSource (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....
<Source>.FromWindow (Function)
Automatically initializes: 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....
FileFilter (Property)
The FileFilter property gets and sets the filter used to display files: when using assisted input in an Edit control or table column with the "File path autocomplete" option (in the "General" tab of the description window), in the file picker displayed when the user selects the "Browse..." option in the context menu of an Edit control, table column or Combo Box control....
Importing styles from a WordPress theme with WEBDEV
WordPress offers numerous templates to create original websites...
Looper controls populated programmatically: Operations in WLanguage
Here is an overview of how to handle Looper controls populated programmatically in WLanguage....
The Internal Page control
The "Internal Page" control is used to include a page (and its code) in a control of another page......
MaxSize (Property)
The MaxSize property is used to get and set a maximum size.
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....
CompressedSize (Property)
The CompressedSize property is used to determine the compressed size of an element.
<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....
Date and Time management functions
List of functions for managing dates and times...
Time and date management properties
List of properties for managing dates and times...
<Window>.Maximize (Function)
Displays a WINDEV window in its maximum size.
<Window>.Restore (Function)
Displays a WINDEV window to its initial size.
<Chart>.ScatterPointSize (Function)
Defines the size of points in a "Scatter" chart.
FontSize (Property)
The FontSize property is used to manage the size of the font used for an element.
DateTime (Type of variable)
The DateTime type enables you to easily handle a date and a time...
ScreenSize (Function)
Returns the size (in inches) of the diagonal of the screen on the device where the application is run.
Generating a description of a data file from a window or from a page
When you design a quick prototype, you often create windows (or pages) without defining any data files......
Margin (Property)
The Property HEX@ allows you to define the size of a HEX@ , for example around a text.
TableAdjust (Function)
Adjusts the title and size of columns found in a Table or TreeView Table control.