ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Client application: Running procedures on a SOAP server
WINDEV include several SOAP functions...
ParallelTaskCancel (Function)
Immediately ends the execution of the current task: the task is flagged as ptsCanceled.
DashResizeWidget (Function)
Changes the dimensions of a widget found in a Dashboard control.
DashMoveWidget (Function)
Changes the position of a widget found in a Dashboard control.
HRecordToJSON (Function)
Retrieves the structure and value of the current record and exports them into a string in JASON format.
SysIdentifier (Function)
Returns the unique identifier of the current mobile device.
DisplayMode (Property)
The DisplayMode property gets and changes: the display mode in a Word Processing control, the display mode in a PDF Reader control the display mode in an HTML Editor control, the display mode in a Kanban control...
Exchange operator (<=>)
The <=> operator is used to exchange the contents of two elements...
GUIDFile (Property)
The GUIDFile property returns the GUID of the file defined in the analysis that was used to create the data file.
WinRedraw (Function)
Immediately redraws the window controls for which a graphic update is required.
zipNbPartNeeded (Function)
Returns the number of parts of a given size required to split a single-part archive.
TableGiveChild (Function)
Returns the "children" of an element (lower level) in a TreeView Table control.
XMLElementName (Function)
Returns the name of current element (tag or attribute).
XMLElementType (Function)
Returns the type of current element (tag or attribute).
HErrorInfo (Function)
Returns a detailed information about the last error triggered by the HFSQL engine.
ArrayUnionAll (Function)
Returns an array corresponding to the union of two arrays (without deleting duplicates).
HSynchronizeReplica (Example)
Usage example of the HSynchronizeReplica function
PDF Reader control: How to use the ribbon and tabs
The PDF Reader control includes multiple features accessible via......
FontName (Property)
The FontName property is used to: Identify the font used in a control. Change the font used in a control....
Events associated with a Web Component control
WEBDEV manages the following events by default (order of appearance in the code editor)...
Option,Test (External language)
In an information window, displays each call to the function and each status report returned by the function.
EmulateActionBar (Function)
Emulates an Action Bar during the automated tests run on a mobile device (Android or iOS).
WinEditAllowed (Property)
The WinEditAllowed property is used to determine and configure the actions allowed on a control when the window switches to "Allow end users to modify the UI" mode.
gFontBold (Function)
Builds a sequence of characters used to specify whether the text that follows the call to this function is in bold or not.
Process (Property)
The Process property is used to modify the processes to be executed by the events available on a control, window, page, report, etc.
Mean (Function)
Calculates the mean of several elements: elements found in an array, numeric values, ......