ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

DDE errors
When a DDE function fails (returns False for example), ErrorInfo allows you to find out the number of the corresponding error]......
ListModify (Function)
Modifies an element in a List Box, ListView or Combo Box control populated programmatically.
VideoCapture (Function)
Captures the images received from the camera: as an image: takes a photo. as a video: records a video. Function kept for "Version-26-compatible" Camera controls....
FileToMemory (Function)
Automatically initializes the values of the members found in a class or in a structure with the values of the items of the current file record.
Enlarging a window
Modern UIs generally use larger windows and larger fonts in the different controls......
New Features brochure - Version 27: New WINDEV features
New features in WINDEV 27 presented in the New Features brochure....
Configuring the AAF menus (Automatic Application Features)
WINDEV includes several Automatic Application Features (AAFs)......
Count (Property)
The Count property returns the number of elements in a given set.
HReadNext (Function)
Sets the position on the next data file record according to a browse item.
HBackup (Function)
Makes a backup copy of the content of an HFSQL server: all databases on the server, one or more databases, one or more data files.
Adding files into a replication (ReplicEdit)
When the replication is described, the data files must be added into the replication......
TraceStart (Function)
Opens the trace window or saves the trace information in a text file.
MDIOpen (Function)
Opens and enables an MDI child window.
fTime (Function)
Returns or modifies the different times associated with a file or directory (date created, modified or accessed).
Choosing the action associated with the link
You can associate an action with the link regardless of the type of link......
HReset (Function)
Initializes: one or all variables of file items with their default values. one or all items of a Record variable with their default values....
grOrigin (Function)
Modifies the start and end marks on one of the chart axes.
Proxy (Function)
Specifies whether the communication functions that use HTTP or HTTPS must go through a proxy to execute their requests. A proxy is used to share the access to Internet between the different network computers.
The different types of browse available in SQL
Two types of browse can be used to browse the result of a query run by SQLExec......
HConnect (Function)
Redefines one or more connection parameters via Native Connector (Access, SQL Server, MySQL or Oracle) or via an OLE DB access on a specific table or set of tables.
HDescribeItem (Function)
Describes a file item through programming.
grStockAddData (Function)
Adds data into a stock chart (candlestick, barcharts or minmax).
fWrite (Function)
Writes: a character string into an external file. a memory section....
Error messages that can be displayed in the browser
This help page presents the different error messages that can be displayed in the browser......
7. Multilingual applications in practice