ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

iChangeSubReportSource (Function)
Modifies through programming the report associated with a sub-report in a composite report.
iCloudKeyValueWatch (Function)
Defines the procedure called when the value of a key is changed in an Apple iCloud-based container of "key-value" pairs.
Telemetry management functions
The following functions are used to manage the telemetry:...
MoveLine (Function)
Allows you to: move a row in a two-dimensional WLanguage array or in an advanced array property. The other array rows are moved accordingly. swap two rows in a two-dimensional WLanguage array or in an advanced array property....
X (Property)
The X property is used to get and change the X-coordinate of an element.
ZOrder (Property)
The ZOrder property defines the Z-order of an element.
Y (Property)
The Y property is used to get and change the the Y-coordinate of an element.
Non-maximized windows in iOS
A non-maximized window can occupy a section of the screen only......
Exchange operator (<=>)
The <=> operator is used to exchange the contents of two elements...
Error 1012: The class member is not global: it cannot be accessed from a global method
The Spreadsheet control: Available formulas
At run time, in the Spreadsheet control, the end user directly enters the calculation formulas......
UploadCopyFile (Function)
Saves on the server a file "uploaded" by the Web user. This upload may have been performed: via an "Upload" edit control. via a single-file or multi-file Upload control....
zipNbPart (Function)
Returns the number of sub-archives (parts) found in an archive in CAB, RAR, ZIP, WDZ, 7z, TAR or TGZ (TAR.GZ) format.
<gglConnection variable>.Connect (Function)
Manages authentication on a Google server (via the "OAuth 2.0" authentication mode).
CountryList (Function)
Returns the list of all countries or countries of a given continent according to ISO 3166-1.
iColumnNum (Function)
Returns the number of the current column in a multi-column report.
DisplayOnly (Property)
The ReadOnly property is used you to determine if an element is read-only.
Differences and specific features of an HFSQL Client/Server application
The management mode of data files may have to be adapted when using an HFSQL Client/Server application......
DisplayLink (Property)
The DisplayLink property gets and sets the display mode of the links in a Gantt Chart column.
The Slider control (in a window)
A slider control is used to select a value between two bounds......
HTMLUnwrapAllChildren (Function)
Deletes the specified node in an HTML document without deleting its children, which take its place.
<htmlNode variable>.ChercheElémentParID (Function)
Searches for the element whose "ID" attribute matches a specific value in an HTML node.
<htmlNode variable>.FindElementByClass (Function)
Searches for elements whose "class" attribute matches a specific value in an HTML node.
<htmlNode variable>.FindElementByName (Function)
Searches for elements whose "name" attribute matches a specific value in an HTML node.
<htmlNode variable>.UnwrapAllChildren (Function)
Deletes the specified node in an HTML document without deleting its children, which take its place.