ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The different copy modes
Two different copy modes are proposed by WDTRAD...
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.
HCreateMovableReplica (Function)
Creates a movable replication.
eInitCurrency (Function)
Adds or changes the characteristics of a currency in the currency exchange table.
Parameter of a procedure/function
You have the ability to pass parameters to a procedure....
zipDeleteFile (Function)
Deletes a file from an archive.
DnDGetData (Example)
Usage example of the DnDGetData function
List (Type of variable)
A List variable is a structured type that is used to group a set of elements of the same type.
KeyExpression (Property)
The KeyExpression property is used to set the different components of a composite key.
HugeFile (Property)
The HugeFile property is used to configure the maximum size of a data file.
MaxThumbnailWidth (Property)
The MaxThumbnailWidth property is used to get or change the maximum width of a thumbnail of an Image item (binary memo).
HAlias (Example)
Usage example of the HAlias function
Managing geolocation and GPS
WINDEV Mobile and WEBDEV allow you to exploit geolocation and GPS features found on mobile devices and browsers.
Creating the Relation pages of a WEBDEV RAD pattern
SSH constants
The following constants are used to manage an SSH server:...
User Groupware and Native Connector files
An application that works with the User Groupware can be used with a database handled by a Native Connector......
grScatterSeriesColor (Function)
Initializes the color of a series in a "Scatter" chart.
EmailListFolder (Function)
Returns the list of folders: found in the Outlook messaging software. for an IMAP session....
Handling Organizer controls programmatically
Organizer controls can be handled programmatically....
Constants for managing errors and exceptions
List of constants used by the functions for managing errors and exceptions....
Native SQL Server Connector: Retrieving the output value of a stored procedure
The Native SQL Server Connector is used to: specify the input values during the call to a stored procedure. retrieve the output values after a call to a stored procedure....
MatCopy (Example)
Usage example of the MatCopy function
ContextMenu (Property)
The ContextMenu property is used to: Get the custom context menu of a control, window or page. Change the custom context menu of a control, window or page (or associate another context menu). Customize the system menus of the controls by adding options....
AnsiToUnicode (Function)
Converts: an ANSI string (Windows) to a UNICODE string. a buffer containing an ANSI string (Windows) to a buffer containing a UNICODE string....
fDecrypt (Function)
Decrypts a file that was encrypted by fCrypt.
SQLFirst (Function)
Positions on the first row of the query result.