ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Characteristics of menu options
WINDEV and WINDEV Mobile support two types of menus ...
AutomationParameter (Function)
Configures the management of accesses to the ActiveX objects and to the Automation objects.
iOSAppGroupDirectory (Function)
Returns the path of the container used to share files between several applications belonging to the same iOS App Group.
xmlSignatureReference (Type of variable)
The xmlSignatureReference type is used to add a reference section into the XML signature.
TableToExcel (Function)
Creates an Excel file with the data from a Table or TreeView Table control.
DocOpen (Function)
Opens a Word Processing file (docx format) in Read/Write mode. The docx file is opened and locked until it is closed....
TableSelect (Function)
Returns the index of the selected element in the Table or TreeView Table control.
SysEnvironment (Function)
Returns the environment variables of the operating system for the current computer.
The J2EE structure
The following structure is used to pass parameters to a procedure run on a server of J2EE XML Web services......
LooperSave (Function)
Validates the modification or addition of the record associated with the current row in the Looper control.
MapConfigureGglAPI (Function)
Declares additional parameters for the Map control that will be transmitted to the Google API.
Using a query with parameters
A query with parameters can be used......
iPrintingNation (Function)
Modifies the current language for the next print (programmed print or report print).
TestCheckTrue (Function)
Checks whether an expression is set to True in assertive programming and in automated test mode.
TestCheckNull (Function)
Checks whether an expression is Null in assertive programming and in automated test mode.
TestCheckNotNull (Function)
Checks whether an expression is not Null in assertive programming and in automated test mode.
TestCheckDifferent (Function)
Checks whether the specified expressions are different in assertive programming and in automated test mode.
PDFAddWatermark (Function)
Adds a watermark to all or some pages of an existing PDF file.
OLE DB: Required configuration
To handle a database via OLE DB, the following elements must be installed on the development computer and on the deployment computer......
Constants for managing videos
List of constants used by the functions for video management....
SysDirExternalStorage (Function)
Returns the path of the directory that will be used to store files in the external storage space of the Android device.
Manipulating a Layout control programmatically
A Layout control can be......
Class diagram
A class diagram describes the structure of a system via classes and the relationships among them......
Accessing a database via a web service
The database can be accessed via a web service......
TestCheckFalse (Function)
Checks whether an expression is false in assertive programming and in automated test mode.
Collapsing/Expanding a TreeView control through programming
...To collapse/expand a TreeView control through programming, ......