ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ThreadStopRequested (Function)
Checks if a stop request has been sent to the running thread.
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....
Static audit
The static audit is a feature of the environment that analyzes a project to detect potential issues and suggests improvements......
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.
Array (Type of variable)
An array is a structured type that is used to group a set of elements of the same type...
eInitCurrency (Function)
Adds or changes the characteristics of a currency in the currency exchange table.
Salesforce functions
List of Salesforce functions...
SysStatusStorageCard (Function)
Returns the availability status of the storage card on the device.
iColumnEnd (Function)
Forces a column break in a multi-column report.
DashCount (Function)
Returns the number of widgets found in a Dashboard control.
Types associated with the Word processing
WINDEV and WEBDEV propose several types of variables allowing you to handle Word Processing documents......
Events associated with breaks
Le menu contextuel d'un champ de saisie propose une option "Définir comme 1er champ en saisie"......
ModbusConnectTCP (Function)
Connects a client to a Modbus server via transmission control protocol (TCP).
sListPort (Function)
Returns the list of serial and parallel ports on the computer.
Writing an email: the available methods
This help page presents the methods for writing an email....
Properties of the modeling
The properties of the modeling group all the options of the modeling currently edited......
"WEBDEV Application Server" license agreement
"WEBDEV Application Server" license agreement...
DashResizeWidget (Function)
Changes the dimensions of a widget found in a Dashboard control.
DashMoveWidget (Function)
Changes the position of a widget found in a Dashboard control.
ModbusReadFloat (Function)
Reads one or more single-precision floats from a Modbus slave, starting at a specific address.
grExist (Function)
Checks the existence of a chart in memory.
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......