ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

PageUse (Function)
Displays a WEBDEV page in the user's browser and closes all page contexts currently open on the server....
FramesetUse (Function)
Displays a WEBDEV frameset in the user's browser and closes all the current page and frameset contexts....
Customizing the Switch controls
The Switch control is a 2-state Check Box control (on/off, true/false, yes/no)......
Assignment operators
Three assignment operators are available......
Using objects
To access a class, the object must be declared as being part of the class to handle, this is called object instantiation......
Constants for managing videos
List of constants used by the functions for video management....
NumToString (Function)
Converts a numeric value (integer, real or currency) to a string according to a specified format.
Enumeration (Type of variable)
An enumeration is a set of values......
eToEuro (Function)
Converts to Euro a value expressed in a specific currency.
eChangeCurrency (Function)
Converts a currency into another currency.
eExchangeRate (Function)
Returns the value of the exchange rate for a currency.
eToCurrency (Function)
Converts a value expressed in Euro into another currency.
StringCompare (Function)
Compares two strings character by character: according to the sequence of ASCII characters. according to the alphabetical order....
HDelete (Function)
Deletes a record from a data file (query or view).
iMargin (Function)
Defines the "logical" print margins.
dSlice (Function)
Draws a circle section or an ellipse section: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
Declaring the functions of the Windows API
Syntax for declaring the functions of the Windows API...
Dashboard control: Automatic Application Features (AAF)
The Dashboard control proposes several Automatic Application Features (AAF) allowing the user to benefit from all control capabilities......
eCurrencyName (Function)
Returns the caption of a currency.
Using the advanced types
The advanced types (XLS variables, ggl variables, ......
Native Oracle Connector: Programming with HFSQL functions
To use an Oracle database with the Native Connector, the structure of ORACLE tables must be imported into the WINDEV or WEBDEV analysis......
Constants for managing XML documents
List of constants used by the functions for managing XML documents....
Flexbox control description: Details tab
The "Details" tab of the Flexbox control description window allows you to define how the control reacts when the browser is resized horizontally or vertically......
iCreateFont (Function)
Creates a new print font.
MyParameters (Reserved word)
The MyParameters keyword is used to handle the parameters passed to a WLanguage procedure...