ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The Native Container control
The Native Container control is used to manage the controls not created with WINDEV or WINDEV Mobile......
Importing classes and sets of procedures (text file)
From version 23, you have the ability to import existing classes or sets of procedures in text format......
<Image Editor>.Save (Function)
Saves the image displayed in the Image Editor control.
grScatter3DMarkCaption (Function)
Used to specify the mark caption for a 3D Scatter chart.
grScatter3DGridlines (Function)
Displays the gridlines for the different planes of a 3D Scatter chart.
grScatter3DDeleteMarkCaption (Function)
Deletes the captions of marks found in a 3D Scatter chart
Interface
An interface is used to divide the uses of features common to several elements from their implementations, which simplifies their re-usability.
WDPic (Type of variable)
The WDPic type is used to define the advanced characteristics of an image in ".wdpic" format.
Zombie data files and items
During the life of an application, items live and die......
Keep-alive on connection
HTransaction (Function)
Starts a transaction on the data files (HFSQL or accessed via a Native Connector) and creates the transaction file.
Handling Native Container controls programmatically
The Native Container control returns an handle/identifier......
Authentication via Active Directory
Kerberos is an authentication mode based on the use of tickets and secret keys......
Events associated with a Native Container control
WINDEV and WINDEV Mobile manage the following events by default (order of appearance in the code editor)...
Manipulating a Layout control programmatically
A Layout control can be......
The Layout control
The Layout control simplifies the implementation of dynamic UIs where controls are displayed and/or hidden programmatically......
Events associated with a Layout control
FOR EACH/FOR ALL statement (loop through a variable of type XMLReader)
The FOR EACH statement loops through a variable of type xmlReader in various ways: Loop through a level. Loop through a level with copy. In-depth loop....
XML: Using files exceeding several gigabytes
Starting with version 23, an XML parser is available to handle XML files that are multiple GB in size......
ControlExecuteClosing (Function)
Runs the closing WLanguage event of an office control and displays its confirmation dialog if necessary.
'Image gallery' Looper control
The "Image gallery" Looper control is used to manage the display of a set of images without programming......
REST Webservices: Automatic deserialization of request
In a REST Webservice, an entry point can have several types......
PaneVisible (Property)
The PaneVisible property is used to: determine if the pane of the Image Editor control is visible, show or hide the pane of the Image Editor control....
iPrintXLS (Function)
Prints the current worksheet of a document in "xlsx" or "xls" format.
iSequencingAddXLS (Function)
Adds an XLS or XLSX document into a sequence of report print jobs.