ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Native Sybase Connector for WINDEV and WEBDEV
WINDEV and WEBDEV propose an optional Native Connector to Sybase (also called Native Access to Sybase......
Creating a query in SQL code
The query editor allows you to create a query by typing SQL code......
ServiceWait (Function)
Pauses the current service during the specified duration.
GPSLastPosition (Function)
Retrieves the information about the last known device position.
SensorDetectBeginShake (Function)
Notifies when the device is shaken in any direction.
SensorDetectEndShake (Function)
Notifies when the device has been shaken in any direction.
Chart: Managing scales
In a chart, the scales are used to quickly estimate the value of different points found in a chart......
GanttLink (Type of variable)
The GanttLink type is used to define the advanced characteristics of a link between two tasks of a Gantt chart.
AAF: Expanding or collapsing a tree structure (Table or TreeView Table control)
The TreeView and TreeView Table controls give the end user several options via the context menu......
mlzAddLine (Function)
Adds a new dynamic row into a Multiline Zone control.
BeaconDetectPrecise (Function)
Used to find the Beacons near the device.
Country (Type of variable)
The Country type is used to find out the characteristics of a country.
WDInst: configuring the directory of the data files and the directory of the files of user groupware
The setup editor WDInst ("Tools......
FOR statement
The statement block is repeated while a control variable is modified and compared to a limit value (before each beginning of statement block)...
BREAK statement/"BREAK:" label
The keyword BREAK can correspond: to the BREAK statement: it allows you to exit a set of instructions and run the rest of the current process. to the BREAK label: it allows you to declare a section of code in a loop. This code will be run when exitingfrom the loop with a "BREAK" statement....
NullSupported (Property)
The NullSupported property is used to manage the NULL value in HFSQL data files.
Setup in MSI format
You have the ability to create a setup program in MSI standard......
fListFile (Function)
Lists the files found in a directory and returns the list of files.
ThreadMode (Function)
Changes the management mode of threads.
Events associated with ListView controls
List of events associated with ListView controls...
Custom-Notes
The custom-notes allow you to write down any ideas you want to remember, notes you must not forget, ......
InAJAXMode (Function)
Specifies whether the code is run from: a process in AJAX mode. a procedure called by AJAXExecute or AJAXExecuteAsynchronous....
Native PostgreSQL Connector: Programming with HFSQL functions
To use a PostgreSQL database with Native Connector (also called Native Access), the structure of PostgreSQL tables must be imported into the WINDEV or WEBDEV analysis......
Close (Function)
Closes a WINDEV window (and returns a value if necessary).
Starting WDOptimizer in a command line