ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

TableAdd (Function)
Adds a row in: a Table control, a TreeView Table control, a Combo Box control "with table" (Table control displayed in a Combo Box control)....
MatNbLine (Function)
Returns the number of rows found in a matrix.
MatNbColumn (Function)
Returns the number of columns found in a matrix.
DateDifference (Function)
Calculates the number of days between two dates.
Image (Property)
The Image property gets and sets the background image of a control or block.
ImageInfoSave (Function)
Saves the modifications performed on the Exif tags of an image by ImageInfoModify.
SCM: Ribbon options
The operations on the SCM can be performed from the SCM tab of WINDEV, WEBDEV or WINDEV Mobile....
SetFocus (Function)
Set focus: to a control (found in a window, in a page or in a frameset). to a window....
Implement journaled replication: Modify database schema
Log-based replication can be implemented in the data model editor......
WEBDEV Application Server 2024
MultimediaPlay (Function)
Plays a multimedia file in a Multimedia control.
Linux application: Tips and tricks
In Windows/Linux multi-configuration applications, several limitations may appear: control not supported, functions not available, ......
DisplayAsMarkdown (Property)
The DisplayAsMarkdown property indicates whether or not an Edit control displays its content in Markdown format.
mongoFindOption (Variable type)
The mongoFindOption type is used to define the advanced characteristics of a search in a MongoDB database.
TableAddLineWithAnimation (Function)
Adds a row to a Table or TreeView Table control with an animation.
TableInsertLineWithAnimation (Function)
Inserts a row into a Table control or into a TreeView Table control with an animation.
REST web service: Creating entry points
The REST web service entry point creation wizard opens......
SocketCreate (Function)
Creates a socket.
fRename (Function)
Modifies the name of a file.
In-App purchases
The mobile systems (Android/iOS) allow their applications to propose content at extra cost, by using the payment system of App Store or Google Play......
HDescribeConnection (Function)
Describes a new connection to an external database.
Watermark (Variable type)
The Watermark type is used to handle the text printed in watermark in the reports created with the report editor or programmatically.
TableEnumColumn (Function)
Returns the name of a column found in a Table or Treeview Table control.
HReadSeekLast (Function)
Sets the position on the last record whose value for a specific item is less than or equal to a sought value (exact-match search).