ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HugeFile (Property)
The HugeFile property is used to configure the maximum size of a data file.
MCISize (Function)
Returns or changes the size of a media file previously opened (MCIOpen).
<htmlNode variable>.InsertFirstChild (Function)
Adds a child at the start of the children of the current node in an HTML document.
<PDF reader>.AddWatermark (Function)
Adds a watermark to all the pages of a PDF file in a PDF Reader control.
Handling a Wire control through programming
WINDEV allows you to handle a Wire control by programming......
HTMLInsertFirstChild (Function)
Adds a child at the start of the children of the current node in an HTML document.
Properties of a help page
The characteristics of a help page are used to define......
4. When to use the debugger?
3. UML models in practice
Slider control properties (in a page)
A Slider control and a Range Slider control found in a page can be handed in WLanguage by the following properties.
Radio Button control properties
List of properties associated with a Radio Button control...
WINDEV Mobile concepts
Constants for managing Pivot Table controls
The following constants are used by the functions that manage Pivot Table controls...
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......
Null (Reserved word)
The Null keyword can be used according to different methods in WLanguage......
NotifPushProcedure (Function)
Specifies the WLanguage procedure called when a push notification is received by a WINDEV Mobile application (Android or iOS).
Accessing a database in local mode (SQLite)
WEBDEV allows a site to create and access a database created by the browser on the computer of the Web user in browser code....
Manipulating Map controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically manipulate Map controls....
SpreadsheetRecalculateAll (Function)
Recalculates all formulas of a Spreadsheet control found in a window (including the formulas that use WLanguage functions/procedures)....
Repetition (Type of variable)
The Repetition type is used to describe and modify the characteristics of a repetition for an appointment via the different WLanguage properties.
ProcedureTrace (Property)
The ProcedureTrace property allows you to specify the name of the WLanguage procedure used to get the headers and data sent.
WLanguage procedure called by GPSDetectPosition
WLanguage procedure ("callback") called by GPSDetectPosition when the device enters or leaves the region defined by the specified parameters.
<Spreadsheet>.RecalculateAll (Function)
Recalculates all formulas of a Spreadsheet control found in a window (including the formulas that use WLanguage functions/procedures)....
WLanguage procedure called by AndroidActivityResultProcedure
WLanguage procedure ("callback") called by AndroidActivityResultProcedure when the result of a third-party Activity is retrieved.
ArrayMove (Function)
Allows you to: move an element in a one-dimensional WLanguage array or in an advanced array property (array of gglCalendar events, etc.). The other array elements are moved accordingly. swap two elements in a one-dimensional WLanguage array or in an advanced array property (array of gglCalendar events, etc.)....