ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WEBDEV license agreement
WEBDEV license agreement...
ControlExecuteModification (Function)
Considers that the control has been modified by the user (the Modified property is set to True for the control and for the window if necessary) and runs the "Whenever modifying" WLanguage event associated with the control.
NextIndex (Function)
Returns the number of the next row displayed in the current Table control.
Database (Property)
The Database property is used to manage databases associated with a connection (HFSQL Client/Server, OLE DB, etc.)....
Native MariaDB Connector: Specific features
The Native MariaDB Connector creates "InnoDB" tables to support locks and transactions on a MariaDB database......
AppointmentAdd (Function)
Adds an appointment: in a Lotus Notes or Outlook calendar. in a calendar on a mobile device (Android or iOS)....
MultimediaStatus (Function)
Indicates the status of the multimedia file played in the Multimedia control.
PageParameter (Function)
Returns the value of a parameter passed to the current page.
MultimediaPause (Function)
Pauses a media file played in a Multimedia control.
DynamicSiteDisplay (Function)
Starts a dynamic WEBDEV site from a static page or or from a dynamic WEBDEV page.
NbPrintedRec (Property)
The NbPrintedRec property is used to determine the number of records already printed.
Declaring the functions of the Windows API
Syntax for declaring the functions of the Windows API...
EvaluateExpression (Function)
Evaluates the value of an expression built in a character string.
FontCondensed (Property)
The FontCondensed property is used to: Determine if characters in a text are condensed. Condense (or not) the characters in a text....
FontExtended (Property)
The FontExtended property is used to: Find out whether the spacing between characters in a text is increased. Increase the spacing between characters in a text....
FontLarge (Property)
The FontLarge property is used to: Find out whether the characters in a text are enlarged or not. Enlarge (or not) the characters in a text....
Execute (Function)
Starts the execution of a process through programming.
OrganizerDeleteAll (Function)
Deletes all the appointments from an Organizer control.
Managing assertions
...The main available features are as follows:...
Multi-touch in an Image control
One of the most common applications of the multi-touch feature is used to handle images......
PageDisplay (Function)
Displays a web page in the user's browser....
The Dashboard control
Dashboards are essential elements in an application......
Dashboard constants
Constants used by the functions for managing Dashboard controls...
Native MariaDB Connector for WINDEV and WEBDEV
WINDEV and WEBDEV propose a Native Connector to MariaDB (also called Native Access)......
Multiple assignments of arrays, structures and classes
The multiple assignment of arrays consists in assigning a set of simple values (boolean, integer, string, real, numeric or currency) to the cells of an array. This multiple assignment is also available for the structures and the classes....