ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Events associated with Bar Code controls
List of events associated with Bar Code controls...
UUID (Type of variable)
The UUID type is used to easily manage: UUIDs or GUIDs, automatic UUID HFSQL identifiers, identifiers for COM/Automation objects and interfaces, ......
diagLayout (Type of variable)
The diagLayout type is used to define all the layout characteristics of a diagram.
Multimedia control properties
List of properties associated with the Multimedia control...
iPrintBlock (Function)
Forces a report block to print.
WinEnableDDW (Function)
Enables or disables the DDW (Dim Disabled Window) feature: for a specific window. for all the application windows....
Events associated with Calendar controls
List of events associated with Calendar controls...
REST Services: Prologue procedure (executed before each call)
It is now possible to specify in the description of a Webservice that a procedure must be called (and executed automatically) each time a Webservice is called......
PDFToText (Function)
Extract the text contained in an Document PDF.
SilverLight control properties
List of properties associated with the SilverLight control...
ChangeSourceWindow (Function)
Dynamically changes the window displayed in an Internal Window control. Scrolling internal windows: Modifies the window currently displayed. This modification is saved in the list of internal windows to scroll....
RequestRefreshUIParent
Asks to run the "Request for refreshing the display" process of parent.
RequestUpdateUIParent (Function)
Asks to run the "Request for refreshing the display" process of parent. This function is kept for backward compatibility.
Color (Property)
The Color property is used to get and change the color of an element.
MemoryToFile (Function)
Automatically initializes the memory value of the items for the current file record with the values of the members of a class or structure.
WDInst : generating the setup program
Generating the setup program is used to create the setup program according to the characteristics specified in the setup editor WDInst....
SaaS functions
The SaaS functions are as follows:
dChord (Example)
Usage example of the dChord function
Connection (Type of variable)
The Connection type is used to describe one or more connections to external databases (HFSQL Client/Server, Native Connector, etc....
Managing databases in the WINDEV Java applications
This document presents the different access modes to databases from a WINDEV Java application......
TableInsertLineWithAnimation (Function)
Inserts a row into a Table control or into a TreeView Table control with an animation.
FontCreate (Function)
Creates a font definition.
AuthIdentify (Function)
Performs an authentication using the OAuth 2.0 protocol on any webservice.
HOptimize (Function)
Used to handle the idle periods of a software (period without processes) to optimize the queries and the browses that will be run thereafter.
UploadCopyFile (Example)
Usage example of the UploadCopyFile function