ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WINDEV Mobile concepts
Testing a WEBDEV site on a mobile device
It is increasingly common for developers to test websites on mobile devices......
ImageLast (Function)
Displays the last image for the scroll.
DateTimeToEpoch (Function)
Converts a local datetime to Epoch format (number of time units since 01/01/1970 at 00h00 UTC)....
Working in Offline mode
When working on a laptop computer or on an offline computer, you may want to continue to work......
Event (Function)
Intercepts a Windows event on a control, a group of controls or a WINDEV window.
Using .NET assemblies in a project
To use .NET assemblies in a project......
DynamicSiteDisplay (Function)
Starts a dynamic WEBDEV site from a static page or or from a dynamic WEBDEV page.
Mobile-friendly website: available methods
WEBDEV includes several page creation methods that allow you to create mobile-friendly websites......
ArcTan2 (Function)
Returns the arc tangent 2 of the values passed in parameter.
Using the query result
The result of a select query can be used in......
SourceToPage (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....
PageToSource (Function)
Automatically updates: the value of the items in a data file with the value of the controls in the page. the value of the WLanguage variables with the value of the page controls....
<DateTime type>.ToEpoch (Function)
Converts a local datetime to Epoch format (number of time units since 01/01/1970 at 00h00 UTC)....
PageToFile (Function)
Automatically updates: the value of the items in a data file with the value of the controls in the page. The data file items bound to the window controls are automatically updated with the values of these controls. the value of the WLanguage variables with the value of the window controls. The WLanguage variables bound to the page controls are automatically updated with the values of these controls. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
CurrentDay( Function)
Returns the number of the current day in the current month.
List (Property)
The List property is used to handle the different lists of a Kanban control. You can add, modify or delete lists from a Kanban control, or navigate between them.
OLE DB driver for HFSQL Classic and HFSQL Client/Server - License agreement
Positioning table
Positioning the elements in a page is simplified by the use of a positioning table (HTML table)......
Creating a strong-named .NET assembly
To create a strong-named .NET assembly ......
RETURN statement
The RETURN statement is used to exit the current event, process or procedure and return a result...
HashCheckString (Function)
Checks the Hash of a character string for a specific type of algorithm.
HashString (Function)
Calculates the Hash of a character string according to a specific algorithm.
Fixed array (Type of variable)
A fixed array is an "advanced" type of array...
Differences according to the test mode of a dynamic project
The test of a dynamic project can be run......