ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Name55 (Property)
The Name55 property is used to manipulate the logical name of a Hyper File 5.5 data file that has not been migrated and is located in a WINDEV 19 analysis.
ModbusReadFloat (Function)
Reads one or more single-precision floats from a Modbus slave, starting at a specific address.
ModbusWriteFloat (Function)
Writes one or more single-precision floats to a Modbus slave, starting at a specific address.
Diagram functions (prefix syntax)
Diagram functions (prefix syntax)...
Functions for managing menus (prefix syntax)
List of functions for managing menus...
Translucent effect of windows
Depending on the style of your applications, the border of your windows can be translucent......
inAppProduct (Type of variable)
The inAppProduct type is used to define the advanced characteristics of a product for an In-App purchase.
PostMessage (Function)
Sends a Windows message to a control or to a window.
fWebDir (Function)
Returns the physical name of the directory containing the images, the JavaScript files and the Java files of the WEBDEV site.
SendMessage (Function)
Sends a Windows message to a control or to a window.
Handling an OLE control by programming
WINDEV enables you to handle an OLE control by programming......
NetEraseFile (Function)
Deletes a file from the FTP (File Transfer Protocol) or RPC (Remote Procedure Call) server powered by WINDEV. This function is kept for backward compatibility....
TableAdjust (Function)
Adjusts the title and size of columns found in a Table or TreeView Table control.
MenuMark (Function)
Positions the checkmark in front of the menu option (popup menu or drop-down menu).
GetActiveObject (Function)
Allows to use an Automation object already started on the current computer.
FlexAlignContent (Property)
The Property FlexAlignContent allows you to know and modify the alignment characteristics of the lines contained in the Flexbox field according to the secondary axis of the field ( Property corresponding CSS "align-content").
<gglConnection variable>.GetCalendar (Function)
Retrieves a Google calendar and its events according to its title or identifier.
Crosstab report
The report editor allows you to create "Crosstab" reports......
LengthToString (Function)
Converts a size in bytes to a string with human-readable units such as kilobytes, megabytes or terabytes.
Interface
An interface is used to divide the uses of features common to several elements from their implementations, which simplifies their re-usability.
YesNoAsynchronous (Function)
Displays a message in a standard non-blocking dialog box with the answers "Yes" and "No" and calls a WLanguage procedure with the user's response....
In-App functions
The following WLanguage functions are used to manage In-App purchases......
ArrayAddReference (Function)
Adds the reference of an object at the last position in a one-dimensional array.
AddReference (Function)
Adds the reference of an object at the last position in a one-dimensional array.
ArrayInsertReference (Function)
Adds the reference of an object at given position in a one-dimensional array.