ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

CheckMarkStyle (Property)
The CheckMarkStyle property gets and sets the check icon of a menu option. This icon appears only if the menu option is checked.
Declaring a procedure/a function
The different syntaxes for declaring a procedure...
<DateTime type>.ToString (Function)
Converts a DateTime to string in the specified format.
<Chrono>.Reset (Function)
Stops and resets a running stopwatch.
<Chrono>.Start (Function)
Starts a stopwatch to measure the duration of a process (in milliseconds) and resets a running stopwatch.
Using .NET assemblies in a project
To use .NET assemblies in a project......
MDIActive (Function)
Identifies or displays an MDI child window in the foreground.
<Chrono>.End (Function)
Stops a stopwatch and returns the time elapsed (in milliseconds) since the start of timing (call to <Chrono>.Start).
<Chrono>.Resume (Function)
Resumes a stopwatch previously stopped by <Chrono>.Fin or <Chrono>.Pause.
ZOrder (Property)
The ZOrder property gets and sets the Z-order of an element.
HVersion (Function)
Used to find out: whether the content of a file was modified. whether the content of a file used by a query was modified....
MapPolyline (Type of variable)
The MapPolyline type is used to define the characteristics of a line composed of several segments to be drawn on the map displayed in a Map control.
DateTimeToString (Function)
Converts a DateTime to string in the specified format.
PDF file functions (prefix syntax)
PDF file functions...
The TreeView Table control
The Treeview Table control is a cross between the Table control and the TreeView control......
MongoAdd (Function)
Adds one or more documents into a collection of MongoDB database.
fMemOpen (Function)
Opens a memory zone shared between several applications.
Opacity (Property)
The Opacity property is used to get and change the opacity of an element.
<Source>.DuplicateRecord (Function)
Duplicates the record read in a data file: the record found in memory is added into the data file (query or view).
<Connection variable>.SetIntegrity (Function)
Enables or disables the management of an integrity constraint on a file link.
<Source>.Delete (Function)
Deletes a record from a data file (query or view).
LooperAdd (Function)
Adds a row at the end of a Looper control.
Bearing (Property)
The Bearing property gets or sets the bearing of the map displayed in a Map control.
XMLSave (Function)
Saves an XML document in a file.
Conditions for using a .NET assembly
Before using a .NET assembly, a specific configuration is required......