ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

General environment of WINDEV
SocketRead (Function)
Retrieves a message sent by another socket.
TABOrder (Property)
The TABOrder property gets and sets the position of a control in the tab order of a window.
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....
User Groupware: Encrypting passwords
To increase the security of user groupware, WINDEV and WEBDEV now encrypt the passwords of users......
Time management help
Time management is extremely important......
Marker (Type of variable)
The Marker type is used to define the characteristics of a marker that must be positioned on a map displayed in a Map control.
AnimationGetParameter (Function)
Reads the value of one of the animation parameters defined for an Image or Static control.
TableInsertColumn (Function)
Inserts elements in the format of columns into a horizontal Table control.
AdditionCompleted (Example)
Usage example of the AdditionCompleted property
URL (Property)
The URL property is used to: Get the address associated with a control. Change the address associated with a control....
Manipulating Map controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically manipulate Map controls....
docElementText (Type of variable)
The DocElementText type is used to handle the characteristics of a Text element found in a DocElement variable.
BrowsedFile (Property)
The BrowsedFile property gets and sets the data source used to display records in controls based on a data file.
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....
FontItalic (Property)
The FontItalic property is used to: Determine if the text is italicized. Apply or remove italic formatting from the text....
DynamicSiteDisplay (Function)
Starts a dynamic WEBDEV site from a static page or or from a dynamic WEBDEV page.
Group (Property)
The Group property is used to: find out whether the control belongs to a group of controls. If the control belongs to one or more groups, the Group property can be used to identify these groups of controls. associate a control with a group of controls....
Display (External language)
Displays a value in a control or assigns a value in a variable.
Constants for managing the applications with "Live update"
List of constants used by functions for managing applications with "Live update"....
Vocabulary linked to replication
Before implementing the replication, you must be familiar with the vocabulary specific to the replication.
sfLeadConvert (Type of variable)
The sfLeadConvert type is used to describe the conversion parameters of a lead...
SQL selection conditions
To specify the selection conditions in an SQL query, you can use......
Screen,Get (External language)
Retrieves the value in a control or in a variable.
Principle for running threads
At runtime, an application runs in a main thread......