ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Declaring the functions of the Windows API
Syntax for declaring the functions of the Windows API
API (Function)
Runs a function found in an external DLL.
Value of constants for the Windows 32-bit API
Value of constants for the Windows 32-bit API
Instance (Function)
Returns the "system handle" (HINSTANCE) of the current program.
CallDLL32 (Function)
Runs a function found in an external DLL.
SensorDetectChangeAcceleration (Function)
Notifies when acceleration forces are applied to the device along any of the three axes.
SQLAssociate (Function)
Automatically associates each column of the query result with a control or with a variable of the application.
Passing parameters
The parameters can be passed to a procedure......
Using objects
To access a class, the object must be declared as being part of the class to handle, this is called object instantiation......
dText (Function)
Draws a text: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
Commands of the external interface
Events associated with the project
List of events associated with the project...
Creating and generating an external component
A component must be created from a project containing all the elements required for the component......
7. Multilingual sites in practice
ID (Property)
The ID property is used to get and change IDs.
CertificateCheckString (Function)
Checks the correspondence between a signature and a string.
SysRecentDocList (Function)
Returns the list of recently opened documents.
AssistedInputAdd (Function)
Adds a row to the list of values available in the autocomplete suggestions of an Edit control.
Heatmap chart
The Heatmap chart is used to represent in 2 dimensions data with 3 axes of values......
History of versions
The history of setup versions is an advanced feature of the network setup......
Handling files on an FTP server
FTP (File Transfer Protocol) is a protocol for transferring files from one site to another......
SQLConnectWS (Function)
Connects the current application to a database that will be queried by SQL through a Webservice proxy (SOAP).
Crosstab report
The report editor allows you to create "Crosstab" reports......
User Groupware: Configuring the application
Once the User Groupware is configured, the configuration of users and accesses is performed at runtime, by connecting with a "supervisor" account......
Warning 18: Loop without potential end
TimestampType (Property)
The TimestampType property is used to: Find out the type of timestamp for an item. This item was defined in the data model editor or through programming. Define the type of timestamp for a Date, Time or DateTime item (when describing the item through programming)....
CalculatedItemExpression (Property)
The CalculatedItemExpression property is used to: Find out the SQL expression that defines the value of a calculated item. This item was defined in the data model editor or through programming. Define the SQL expression returning the value of a calculated item (when describing the item through programming)....
JavaExecute (Function)
Starts a Java application or a Java applet by invoking the "Main" method of a given Java class.
Organizing the directories of a project
When creating a project, a directory specific to this project is automatically created......
ZOrder (Property)
The ZOrder property gets and sets the Z-order of an element.