ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

GalleryPopupDisplayed (Function)
Indicates whether the automatic zoom popup of the Image Gallery control is displayed.
<Popup>.Display (Function)
Displays a popup in a page with a DDW effect (Dim Disabled Windows).
HModifyGroup (Function)
Modifies the group information according to the elements found in the corresponding variables for group management.
The Appointment structure
The Appointment structure is a preset structure of WLanguage (no declaration is required)......
iEscape (Function)
Sends an ESCAPE command or a data command to a printer.
InAppleWatchSimulatorMode (Function)
Indicates whether the code is run in the Apple Watch simulator.
InAppleWatchEmulatorMode (Function)
Indicates whether the code is run in the Apple Watch emulator.
BrowserOS (Function)
Indicates the operating system installed on the browser of the Web user.
ToastDeleteAll (Function)
Deletes all the toasts displayed by ToastDisplay.
InAppleWatchMode (Function)
Indicates whether the code currently run is in Apple Watch mode.
Thumbnail control properties
List of properties associated with the Thumbnail control...
InUniversalWindowsAppMode (Function)
Indicates whether the code is run in Universal Windows 10 App mode.
ArrayInsert (Function)
Inserts an element at a given position: into a one-dimensional array. into an associative array. into an advanced array property (array of gglCalendar events, etc.). into a WLanguage list....
Automatic Application Features (AAF) of Spreadsheet controls
The Spreadsheet control includes multiple Automatic Application Features (AAF) in order to simplify the use of the control......
EmptyIfZero (Property)
The EmptyIfZero property is used to: Find out the management mode of zero value in a control. Modify the management mode of zero value in a control...
DotNetVersion (Function)
Returns the version number of the .Net Framework available on the current computer.
grColumnAggregation (Function)
Defines the algorithm for aggregating data in a grouped or stacked Column chart.
InUniversalWindowsAppSimulatorMode (Function)
Indicates whether the code is run in the simulator for the applications in Universal Windows 10 App mode.
ArrayAdd (Function)
Adds an element in last position: of a one-dimensional WLanguage array. of an advanced array property (array of events of gglCalendar, etc.). of a WLanguage list....
CertificateList (Function)
Returns the list of certificates available on the computer.
sInExitQueue (Function)
Retrieves the number of bytes waiting to be transferred in the output buffer of the specified serial port or parallel port.
GetUUID (Function)
Calculates a 128-bit Universal Unique Identifier ("UUID").
Managing HBase databases
HBase is a non-relational (NoSQL) distributed database, based on columns and using non-structured storage for large tables......
GetUUID256 (Function)
Calculates a 256-bit Universal unique identifier ("UUID").
Handling a Web Component control through programming