ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ExeTerminate (Function)
Ends the execution of a 32-bit application on the current computer: all the instances of the executable are killed.
ExeRunning (Function)
Allows you to find out whether a 32-bit application is already run.
The ActiveX control
The ActiveX control is used to easily manage the ActiveX technology......
ERR_LAUNCH_FAILED
The Flex control
The Flex control is used to display a Flash® animation created by a Flex editor in a WEBDEV page......
User Groupware: Multilingual applications
If your application is a multilingual application, the multilingual feature must also be managed in the windows/pages of user groupware......
The Splitter control
The Splitter control is used to divide a window into several distinct areas......
iPrintImage (Function)
Sends the image file to print to the print buffer.
iPrint (Function)
Sends the character string passed as parameter to the print buffer.
iEllipse (Function)
Prints an ellipse (in a rectangle).
iPrintWord (Function)
Sends the character string passed in parameter to the print "buffer".
Message
The Message keyword can correspond to: the Message function. the Message property, which is used to get and change the help message of a control or menu option in a window. the Message property available for: a SFError variable. the email structure. an Email variable. a Notification variable....
iDidotFont (Function)
Selects the unit that will be used for the height of the fonts (created by iCreateFont): DIDOT point or PICA point.
iReportPrintingStatus (Function)
Returns the status of the current print.
iLine (Function)
Prints a line at specified coordinates.
iHLine (Function)
Prints a horizontal line at specified coordinates.
Using ODBC on HFSQL Classic via JDBC
The ODBC driver on HFSQL Classic is used to access a HFSQL Classic database from an external database software that supports ODBC accesses......
The Java Applet control
A Java Applet control allows you to easily include Java Applets in your WEBDEV sites......
iLastFile (Function)
Returns: the full name of the last file generated during the print (PDF, RTF, text, ...). the list of created duplicate files....
iImageHeight (Function)
Calculates the height of the image to print (in millimeters).
SysBatteryOptimBackground (Function)
Used to manage battery optimization: Identifies the battery optimization mode for the current application. Prompts the user to disable battery optimization for a given application on the device. This function can be used to tell the operating system to stop preventing the application from running in the background....
Coloring the procedures
A color (text color) can be assigned to the procedures so that they can be easily classified and identified......
The Cell control
The Cell control contains controls......
Declaring a procedure/a function
The different syntaxes for declaring a procedure...
Local procedure
Two types of procedures are available......