ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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)....
LabelHeight (Property)
The LabelHeight property is used to: Find out the height of labels in a Label report. Modify the height of labels in a Label report....
CONTINUE statement/"CONTINUE:" label
The CONTINUE keyword can correspond: to the CONTINUE instruction. It allows you to go back to the beginning of the first iteration without finishing the code of the current iteration. to the CONTINUE: label. It allows you to declare a common code in a loop....
HFSQL properties
List of HFSQL properties...
apiRequest (Type of request)
The apiRequest type is used to define all the advanced characteristics of a request executed via a REST web service imported using the OpenAPI documentation.
SysStatusStorageCard (Function)
Returns the availability status of the storage card on the device.
DashCount (Function)
Returns the number of widgets found in a Dashboard control.
ThreadStopRequested (Function)
Checks if a stop request has been sent to the running thread.
Events associated with breaks
Le menu contextuel d'un champ de saisie propose une option "Définir comme 1er champ en saisie"......
Replication management functions
Three types of replication are proposed......
Creating a Java project
WINDEV allows you to generate a Java application without even knowing the Java language......
gglContactGroup (Type of variable)
The gglContactGroup type is used to describe and modify a group of contacts used by the Google Contacts service...
Types associated with the Word processing
WINDEV and WEBDEV propose several types of variables allowing you to handle Word Processing documents......
OpenIDIdentity (Type of variable)
The OpenIDIdentity type is used to define all the advanced characteristics of a user connected to a service via the OAuth 2.0 protocol.
WaitWindowStart (Function)
Opens the wait window of application.
iParameterReport (Function)
Configures the printer by opening the configuration window.
fSeek (Function)
Gets and sets current position in an external file.
Writing an email: the available methods
This help page presents the methods for writing an email....
SQLConnectWS (Function)
Connects the current application to a database that will be queried by SQL through a Webservice proxy (SOAP).
Creating a strong-named .NET assembly
To create a strong-named .NET assembly ......
ModbusReadFloat (Function)
Reads one or more single-precision floats from a Modbus slave, starting at a specific address.
GPSGetPosition (Function)
Retrieves information about the current device position.
Constants for managing the Windows scheduler
List of constants used by the functions for managing the Windows scheduler....
Native Sybase Connector: Specific features and remarks
The following paragraphs present the main aspects and specific features of the Native Sybase Connector (also called Native Sybase Access)......
Creating a table in a report
Tables can be created in a report......