ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

How to install a Universal Windows 10 App application on a tablet
The generation of a WINDEV Mobile application for Universal Windows 10 App groups all the project elements (windows, code, etc....
Creating a select query
A select query (corresponding SQL statement......
Example for managing videos (broadcasted by a Camera control)
In this example, the application allows you to......
The Static control
A Static control is a control used to display a static text......
fLoadBuffer (Function)
Loads the content of an external file (text, image, ...) in a buffer variable.
FirstDayOfWeek (Function)
Returns the date of first day of the week (i.e., Monday).
Functions for managing objects (External language)
DateTimeByDefault (Function)
Used to define the default value of Date, Time and DateTime variables.
DecimalToSexagesimal (Function)
Returns the sexagesimal angle (in base 60) corresponding to a decimal angle.
DateToWeekNumber (Function)
Returns the week number within the year that corresponds to the specified date.
NetMACAddress (Function)
Returns the MAC address (physical address) of one of the network cards found on the computer.
ErrorPropagate (Function)
Propagates a non-fatal error that can be processed by the calling code if the management of non-fatal errors was enabled for this code (in the code editor or by ErrorChangeParameter).
RealToDateTime (Function)
Converts an 8-byte real to a date and time.
DateTimeToReal (Function)
Converts a date and time to an 8-byte real.
gglMarker (Type of variable)
The gglMarker type is used to define the characteristics of a marker that must be positioned on a map...
gAlignment (Function)
Builds a sequence of characters containing an aligned text or an aligned image.
PVTCalculateUpdate (Function)
Updates some of the data found in a Pivot Table control from a given date.
Programming by preset action
Preset actions allow you to define the code of an event in a single click, without having to write one single line of code......
How to choose the data source of a control?
This help page presents the different data sources available for a control....
XMLParentName (Function)
Returns the name of parent tag for the current element (tag or attribute).
Differences and specific features of an HFSQL Client/Server application
The management mode of data files may have to be adapted when using an HFSQL Client/Server application......
New Features brochure - Version 28: New WEBDEV features
New features in WEBDEV 28 presented in the New Features brochure....
LoadImageSheet (Function)
Loads an image set in memory so that it can be used later by gImage.
TableEnumColumn (Function)
Returns the name of a column found in a Table or Treeview Table control.
InSimulatorMode (Function)
Used to find out whether the application is started in "simulator test mode" from WINDEV Mobile.