ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

RGB (Function)
Defines a color from its Red, Green and Blue components.
ArrowStart (Function)
Sets the position of the source end of an arrow in a "Shape" control.
ArrowEnd (Function)
Sets the position of the target end of an arrow in a "Shape" control.
ActionDeclareUndo (Function)
Declares how to cancel an action that was added by ActionDo. This function MUST be called when running the procedure supplied to ActionDo.
HTMLEditorGetDocument (Function)
Asynchronously retrieves the HTML document being displayed in an HTML Edit control.
6. Printing the product catalog
WINDEV Mobile Tutorial - Developing an Android and iOS application Lesson 6 - Printing the product catalog - 20 min
End-user UI management functions
HTMLEditorGet (Function)
Asynchronously retrieves the value of one of the properties of an HTML Editor control.
CreateShortcut (Example)
Usage example of the CreateShortcut function
Reports & Queries: New features in this version
Multi-touch support
A multitouch feature is a technique allowing the user to interact with a device via several contact points (the fingers are used in most cases)....
Managing the Euro
Since January 1 2002, the Euro becomes the only currency in most European countries......
Constants used by properties associated with windows, reports, pages and controls
List of constants used by properties associated with windows, reports, pages and controls....
DateToInteger (Function)
Converts a date to an integer.
SpeechRecognitionTrigger (Function)
Triggers the device's speech recognition service....
Handling a Range Slider through programming
WINDEV allows you to handle a Range Slider control through programming......
Properties associated with a TreeMap element
The following properties can be used with an element of a TreeMap control......
"Reports & Queries" software
This is "Reports & Queries"......
Rich text, links and images in the WEBDEV controls
Rich text supports multiple advanced features: font, weight, size, color, attribute, ......
Report based on a TreeView Table control
You can use a report based on a TreeView Table control to directly print the information displayed in a TreeView Table control found......
tapiKeyPressed (Function)
Returns the history of the keys pressed on the phone keypad since the last call to tapiKeyPressed.
Describing an element
A flexible modeling includes different elements linked together......
IF statement
The conditional IF statement allows you to run an action according to a condition...
Using the WINDEV windows from the Java source codes
WINDEV can be used to generate windows for a Java application......
HReadSeek (Example)
Usage example of the HReadSeek function