ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Managing databases in the WINDEV Java applications
This document presents the different access modes to databases from a WINDEV Java application......
Characteristics of the columns of a Table control in a page
The columns are used to display information in a Table control....
DateTimeToString (Function)
Converts a DateTime to string in the specified format.
<AutomaticEvent variable>.Wait (Function)
Locks the current thread while waiting for the specified event to be opened.
<ManualEvent variable>.Close (Function)
Closes a synchronization event between several threads.
<ManualEvent variable>.Open (Function)
Opens a synchronization event between several threads.
HOpenAnalysis (Function)
Opens an analysis in HFSQL Classic format.
FTPListFile (Example)
Usage example of the FTPListFile function
iParameterPDF (Example)
Usage example of the iParameterPDF function
ScanProperty (Function)
Used to get and change the properties of a scanner.
Running the test of a static project
The test of the entire project allows simulating the startup of the site......
NbPrintedRec (Property)
The NbPrintedRec property is used to determine the number of records already printed.
SensorGetOrientation (Function)
Retrieves the current orientation of the device on one of its 3 axes.
<Date type>.ToWeekNumber (Function)
Returns the week number within the year that corresponds to the specified date.
IntegerToDay (Function)
Returns the day of the week that corresponds to the specified date (this date is an integer).
<Chrono>.Pause (Function)
Pauses a stopwatch in order to measure the time spent on a process.
Dashboard control: Automatic Application Features (AAF)
The Dashboard control proposes several Automatic Application Features (AAF) allowing the user to benefit from all control capabilities......
EventClose (Function)
Closes a synchronization event between several threads.
EventOpen (Function)
Opens a synchronization event between several threads.
RegistrySetValue (Function)
Writes a value to a key in the Windows registry.
Troubleshooting
This chapter presents the main problems (and their solutions) that can occur when using the WEBDEV Application Server...
gglPath (Type of variable)
The gglPath type is used to define the characteristics of the route to drawn on a map...
gglMapParameter (Type of variable)
The gglMapParameter type is used to define the advanced characteristics of a map...
TwainToClipboard (Function)
Allows you to: copy the document coming from the Twain device into the clipboard. view the document coming from the Twain device in the user interface of device....
Class (Property)
The Class property is used to get the actual type of the class instance handled by an object, variant or dynamic object variable.