ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Name (Property)
The Name property is used to get: the name of the font associated with a Font variable. the name of a control, report or report block. the name of a control, group of controls or window. the name of a control, group of controls or page....
Window controls
Several types of controls can be used in a window, ......
WinEdSelectOccurrence (Function)
Indicates the number of controls selected when the interface is modified by the end user ("Allow end users to modify the UI" option enabled).
Events associated with a Repositionable Note control
Events associated with a Repositionable Note control...
Events associated with Sidebar controls
List of events associated with Sidebar controls...
Events associated with Slider controls
List of events associated with Slider controls in a window...
mlzAddLine (Function)
Adds a new dynamic row into a Multiline Zone control.
BackgroundTaskAdd (Function)
Adds a new background task.
CaptionHTML (Property)
The CaptionHTML property is used to handle the text of a control as HTML code.
Close (Function)
Closes a WINDEV window (and returns a value if necessary).
HExecuteSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the HFSQL engine.
Events associated with Progress Bar controls
List of events associated with the Progress Bar controls...
Adapting a project to use the skins
An existing project (developed with an earlier WEBDEV version for example) can be easily adapted to use the skin elements......
HorizontalAlignment (Property)
The HorizontalAlignment property gets and changes the horizontal alignment of a control.
Automatic update of editors
Do you have an active Internet connection on your development computer? You can automatically download the different editor updates (WINDEV, WEBDEV and WINDEV Mobile) thanks to "Automatic update"......
TABOrder (Property)
The TABOrder property gets and sets the position of a control in the tab order of a window.
Creating a .NET assembly from WINDEV
To create a.NET assembly, ......
Movable (Property)
The Movable property is used to: Find out whether a table column can be moved by the user, Allow and/or forbid a table column to be moved by the user....
Report based on an HFSQL view
A report based on an HFSQL view is used to print records from an HFSQL Classic or Client/Server view......
User Groupware: Encrypting passwords
To increase the security of user groupware, WINDEV and WEBDEV now encrypt the passwords of users......
AnimationGetParameter (Function)
Reads the value of one of the animation parameters defined for an Image or Static control.
XMLExecuteXPath (Example)
Usage example of the XMLExecuteXPath function
Confirm (Function)
Displays a message in a standard dialog box that proposes "Yes", "No", "Cancel" and returns the user's choice....
Value (Property)
The Value property is used to: Find out and modify the value of a report control. Find out and modify the value of a control or the title of a window. Find out the identifier of a stream. Find out and modify the value of a control or the title of a page....
General environment of WINDEV