ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The Pager control
The Pager control is used to quickly access the records of a Table or Looper control displayed on several pages......
Copying and cloning
Variables are copied using the "=" operator...
<Array>.AddSorted (Function)
Adds an element to a one-dimensional WLanguage array taking into account: the sort criteria defined by ArraySort the comparison operator described in the class, if the elements of the array are class instances....
InitialVisible (Property)
The InitialVisible property is used to determine if: a control was visible during the first display of the associated window or page. a window was visible during its first display....
ERR_BAD_VERSION_RQS
Error 1005: To explicitly access a global element of '%1' class, use the syntax
ExecuteRefreshUI
Immediately executes the "Request for refreshing the display" event of the window, page, internal window, internal page, control template or supercontrol.
ContactCreate (Function)
Displays the window for contact creation of the native application for contact management found on the device (Android, iPhone or iPad, Universal Windows).
AnsiToUnicode (Function)
Converts: an ANSI string (Windows) to a UNICODE string. a buffer containing an ANSI string (Windows) to a buffer containing a UNICODE string....
Optional events: Retrieved information
In WINDEV, you can add optional events in the code of the different elements of an application......
WEBDEV Image Editor control: Features
The WEBDEV Image Editor control includes many features, accessible via several ribbons at the top and bottom of the control......
Note (Property)
The Note property is used to: Find out the notes associated with a control, a window, a page or a report. Modify the notes associated with a control, a window a page or a report....
WLanguage properties available in PHP
The following properties are available in PHP...
Magnetic mouse: automatically moving the cursor on the default button
The mouse cursor can be automatically positioned on the default button when the window is opened......
UUID (Type of variable)
The UUID type is used to easily manage: UUIDs or GUIDs, automatic UUID HFSQL identifiers, identifiers for COM/Automation objects and interfaces, ......
Enlarging a window
Modern UIs generally use larger windows and larger fonts in the different controls......
StoreTheValue (Property)
The StoreTheValue property is used to: Find out whether a control keeps its value between two application starts via the persistence. Modify a control so that it keeps (or not) its value between two application starts via the persistence....
Text formatting variant
You can customize text attributes such as character spacing, line spacing and font size in a window or page......
Operator on Address
The & operator returns the address of a variable as an integer
fSep (Function)
Returns the separator of directory according to the current platform ('\' or '/')....
Importing and exporting a WEBDEV Application Server
WEBDEV Account Manager allows you to easily import and export the WEBDEV Application Server configuration......
LoWord (Function)
Returns the two low bytes of an integer.
Typecasting of parameters
The description of the parameter type is optional......
DisplayEnabled (Property)
The DisplayEnabled property is used to: determine whether or not a control or window is refreshed. If the control is displayed, its content is refreshed regularly. refresh a control or window....
FolderWeb_15 (Function)
Caution: when migrating a project from WEBDEV 1.5 to WEBDEV 17: FolderWeb was replaced with FolderWeb_15. a warning is automatically generated in your project....