ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HTTPProgressBar (Function)
Displays a progress bar when: receiving the response to an HTTP request. sending an HTTP form (HTTPSendForm) or an HTTP query....
Creating a table in a report
Tables can be created in a report......
iDocumentCanceled (Function)
Used to find out whether the current print was canceled by the user.
Spreadsheet: Using the ribbon
The ribbon of the Spreadsheet control proposes several features and it allows you to define several settings......
HTTPAddParameter (Function)
Adds a parameter to an HTTP form.
WiFiStatus (Function)
Returns the current activation status of Wi-Fi on the device or asks to be notified when the activation status of Wi-Fi changes.
UTF8ToUnicode (Function)
Converts a UTF-8 string to Unicode
Programming standard in Windows Vista and later
To increase security against worms and viruses, Windows Vista/7 implemented the UAC (User Account Control) mechanism....
Rectangle (Type of variable)
A Rectangle variable is a structured type that is used to represent a rectangle (X, Y, Width, Height) in 2 dimensions.
InitialWidth (Property)
The InitialWidth property is used to: Find out the initial width of a control or window. Modify the base width used to anchor the controls in "width". Find out the initial width of a report control....
fDirSize (Function)
Returns the size of a directory in bytes.
xlsAddWorksheet (Function)
Adds or inserts a new worksheet into an Excel document.
Check Box control properties
Several WLanguage properties can be used on the Check Box controls found in a window, in a page or in a report......
Properties associated with the rows of a TreeView control
The rows of TreeView controls in a window or page can be manipulated using different WLanguage properties......
Sorted (Property)
The Sorted property is used to: Determine whether a control is sorted. Sort a control or not....
PDF Reader control: How to use the ribbon and tabs
The PDF Reader control includes multiple features accessible via......
ControlPane (Function)
Returns the name of static or dynamic pane found in a Tab control associated with a control.
The formatted display control
This control can be used to display dates, times and currency values while respecting the corresponding display format......
Interface
An interface is used to divide the uses of features common to several elements from their implementations, which simplifies their re-usability.
Table,Insert (External language)
Inserts an element into a table at a given position.
Types of Edit controls
HTTPSend (Function)
Sends an HTTP request and waits for the response from the HTTP server.
MongoDB functions
The following functions and types are used to handle the MongoDB data:...
SysYRes (Function)
Returns the vertical screen resolution.
Creating an executable: WINDEV framework
Each WINDEV function is associated with a WINDEV DLL......