ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Menu option: operation performed and action
An option of a drop-down or context menu in a page can be associated with an action......
Creating the Vision pages of the WEBDEV RAD pattern
LooperDelete (Function)
Deletes a row from a Looper control.
DescribedPhysicalName (Property)
The DescribedPhysicalName property is used to manage the physical name of HFSQL data files.
TimerSys (Function)
Periodically and automatically calls a WLanguage procedure.
Clipboard (Function)
Retrieves the text or image found in the system clipboard.
FinPaymentNb (Function)
Returns the number of payments required to pay off a capital according to a given rate.
dSaveImagePNG (Function)
Saves an image: in a PNG file. in memory....
Android 10: Modifying the behavior of applications
Starting with Android 10, Google no longer allows an application running in the background to open a window
Alias type
The Alias type is used to declare and handle a logical alias for a data file or query.
fWriteLine (Function)
Writes a line into a text file (ANSI or UNICODE).
fExtractPath (Function)
Returns the different elements of a path: disk, directories, name and extension of the file.
Connection (Type of variable)
The Connection type is used to describe one or more connections to external databases (HFSQL Client/Server, Native Connector, etc....
gFontItalic (Function)
Builds a sequence of characters used to specify whether or not the text that follows the call to this function is in italic type.
gFontUnderlined (Function)
Builds a sequence of characters to specify whether or not the text that follows the call to this function is underlined.
LooperInsertLine (Function)
Inserts a row into a Looper control.
ChronoStart (Function)
Starts a stopwatch to measure the duration of a process (in milliseconds) and resets a running stopwatch.
X (Property)
The X property is used to: Get the X-coordinate of a control, Table control column or window (position on the X-axis). Get the X-coordinate of a control or window (position on the X-axis)....
dSaveImageBMP (Function)
Saves an image: in a file in BMP format. in memory....
Null (Reserved word)
The Null keyword can be used according to different methods in WLanguage......
Deserialize (Function)
Deserializes a buffer or a character string containing the data from a class, structure, array (including an associative array), queue, stack, list or advanced variable, as well as their subelements.
HFreeQuery (Function)
Free the resources of a query (after the call to HExecuteQuery or HExecuteSQLQuery).
HListTrigger (Function)
Returns the list of triggers applied to one or more HFSQL data files.
HSL (Function)
Creates a color from its hue, saturation and lightness.
diffCreate (Function)
Compares two buffers and creates a buffer containing the differences between these two buffers.