ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Break in a Table control
A break in a Table control is used to group the data corresponding to one or more arguments......
TouchScrollable (Property)
The TouchScrollable property is used to: Determine if the control supports touch scrolling. Enable or disable touch-responsiveness for a control....
HErrorLock (Function)
Used to check whether a lock error occurred.
MapChangeStyle (Function)
Changes the style of the map displayed in the Map control.
Authentication via Active Directory
Kerberos is an authentication mode based on the use of tickets and secret keys......
SQL view
An SQL view is a virtual data source defined by an SQL query......
Generating the analysis
The analysis generation comes before the programming phase and after the file description phase......
HPass (Function)
Defines the password used to create or open a table.
Various WEBDEV constants
Various WEBDEV constants...
Log-based replication
The replication is the operation allowing you to keep updated remote databases of identical structures on which several operations are performed......
HSetREP (Function)
Enables or disables the management of .REP file.
RETURN statement
The RETURN statement is used to exit the current event, process or procedure and return a result...
fWrite (Function)
Writes: a character string into an external file. a memory section....
Phone constants (Android / iOS)
NumericFormat (Variable type)
The NumericFormat type allows you to define all the characteristics of the format to be used with the NumToString function.
Characteristics of menu options
WINDEV and WINDEV Mobile manage two types of menus......
Accessing Outlook
WINDEV and WEBDEV allow you to easily access the data handled by Outlook......
NewLine (Property)
The NewLine property is used to determine: in a Table control, whether the current row was created with TableAddXXX or TableInsertXXX. in a Looper control, whether the current row was created with LooperAddXXX or LooperInsertXXX. in an Organizer control, whether an appointment was created via the context menu. in a Scheduler control, whether an appointment was created via the context menu....
InAJAXMode (Function)
Specifies whether the code is run from: a process in AJAX mode. a procedure called by AJAXExecute or AJAXExecuteAsynchronous....
KeyPressed (Function)
Checks which key is pressed.
12. External component in practice