ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

URIToBuffer (Function)
Loads in the background the content of a resource (image, text, etc.) identified by its URI in a buffer variable.
EndDate (Property)
The EndDate property is used to get and change the selected time period end date: in a Calendar control, in an Organizer control. in a Scheduler control....
NumberPage (Property)
The NumberPage property is used to get: the number of pages in a "multi-page" image file. This image is displayed in an Image control or in the background of a Chart control. the number of pages in a PDF file displayed in an Image control. the number of pages found in a PDF file displayed in a PDF Reader control. the number of pages found in a DOCX file displayed in a Word Processing control....
Setup on a local network (LAN)
SNMPLoadMIB (Function)
Loads a MIB file in memory and analyzes it.
SocketCreateSSL (Function)
Creates a secure socket according to the SSL protocol.
CheckmarkVisible (Property)
The CheckmarkVisible property is used to: Determine whether a checkmark is displayed to the left of a row in a TreeView control. Show or hide a checkmark to the left of a row in a TreeView control....
Creating nested reports
StatVarianceP (Example)
Usage example of the StatVarianceP function
Creating your own User Macro-Codes
The User Macro-Codes are sections of WLanguage code allowing the end user to customize his application......
StatStandardDeviationP (Example)
Usage example of the StatStandardDeviationP function
CursorEnd (Property)
The CursorEnd property gets and sets the end position of the mouse selection range in the following controls: Edit control. Editable Combo Box. "Edit control" table column and "Editable Combo Box" table column. Word Processing control....
StartDate (Property)
The StartDate property is used to determine and change the start date of the selected time period: in a Calendar control. in an Organizer control. in a Scheduler control....
Creating the Table windows of the WINDEV RAD pattern
TableModify (Function)
Modifies a row in: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
Undocking the editors
Who has never wanted to view the code and the UI at the same time, without being constrained by the environment? WINDEV, WEBDEV and WINDEV Mobile allow you to "detach" the editors from the environment of the main window......
fSplit (Function)
Splits a file into several files.
12. Control templates
...Control templates...
ArrayCopy (Function)
Copies the content of an array to another array.
Setup of a WEBDEV site: Creating library
A library (file with a WDL extension) is used to group the resources of the project (pages, queries, ......
ChangeSkinTemplate (Function)
Dynamically changes the skin template: of all windows found in the current application, of the windows found in the WINDEV components used by the application, of a specific window found in the project....
BTLEInitialize (Function)
Initializes Bluetooth Low Energy (required in Windows and iOS only)
tapiLineDial (Function)
Dials a phone number for a voice line and chooses the device to use.
The matrices
WINDEV, WINDEV Mobile and WEBDEV propose several functions used to handle matrices......
AJAX programming
The diagram below presents the use of "programmed AJAX" in a WEBDEV site......