ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Polygon (Type of variable)
The Polygon type is used to define the points of a polygon.
sfExecuteProcessResult (Type of variable)
The sfExecuteProcessResult type is used to find out the result of SFExecuteProcess...
sfSeekUpdatedResult (Type of variable)
The sfSeekUpdatedResult type is used to find out the result of SFSeekModified...
sfSeekDeletedResult (Type of variable)
The sfSeekDeletedResult type is used to find out the result of SFSeekDeleted...
sfLeadConvertResult (Type of variable)
The sfLeadConvertResult type is used to find out the result of SFConvertLead...
xmlDocument (Type of variable)
The xmlDocument type is used to handle an XML file.
Record (Type of variable)
The Record type is used to save the values of a record.
Control (Type of variable)
The Control type is used to define the characteristics of a control.
AutomaticEvent (Type of variable)
The AutomaticEvent type is used to manage an automatic event.
ManualEvent (Type of variable)
The ManualEvent type is used to manage a manual event.
Document (Type of variable)
The Document type is used to handle a "docx" document.
Thread (Type of variable)
The Thread type allows you to define all the characteristics of a thread.
sfDeleteResult (Type of variable)
The sfDeleteResult type is used to find out the result of SFDelete...
Scanner (Type of variable)
The Scanner type is used to handle the information from a scanner.
aiImageResult (Type of variable)
The aiImageResult type is used to retrieve the result of AIDetect.
Continent (Type of variable)
The Continent type is used to find out the characteristics of a continent.
Country (Type of variable)
The Country type is used to find out the characteristics of a country.
Date (Type of variable)
The Date type enables you to easily handle the dates...
Time (Type of variable)
The Time type is used to easily handle the times...
dFont (Function)
Declares the font that will be used by dText: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
Report based on a variable (Data binding)
A report based on a variable is used to directly print the information found in a WLanguage variable......
Native Oracle Connector: Retrieving the output value of a stored procedure
The Native Oracle Connector is used to: specify the input values during the call to a stored procedure. retrieve the output values after a call to a stored procedure....
dSlice (Function)
Draws a circle section or an ellipse section: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
Fixed array (Type of variable)
A fixed array is an "advanced" type of array...
Optional events: Information retrieved (Java and Android)
WINDEV and WINDEV Mobile allow you to add optional events to the ones proposed by default for the different application elements......