ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Execute (Function)
Starts the execution of a process through programming.
17. TLS/SSL: Encrypting information on the web
Inverts the colors in an Image variable....
Phone constants (Android / iOS)
2. Examples and components provided with WEBDEV
Handling a Range Slider through programming
WINDEV allows you to handle a Range Slider control through programming......
Events associated with a Dashboard control
WINDEV and WINDEV Mobile manage the following events by default (order of appearance in the code editor)...
Type inference
The type inference is used to simplify the declaration of variables when the variable type can be automatically deduced by the compiler......
notificationAction (Type of variable)
The notificationAction type is used to describe an additional action associated with a notification.
UUID (Type of variable)
The UUID type is used to easily manage: UUIDs or GUIDs, automatic UUID HFSQL identifiers, identifiers for COM/Automation objects and interfaces, ......
Lambda: Expressions and procedures
A lambda ("lambda function") is a more concise way to write internal procedures...
MySelf (Reserved word)
MySelf is used to handle the current control...
gglMarker (Variable type)
The gglMarker type is used to define the characteristics of a marker that must be positioned on a map...
ExecuteProcess (Function)
Starts the execution of a process programmatically, i.e. without the user having to perform any particular action in the interface.
Handling an Edit control programmatically
You can handle Edit controls programmatically......
HCreateView (Function)
Creates an HFSQL view. This function uses the former view mechanism....
Carrying over the differences from an element to another one
The project comparator is used to compare two elements and to list the differences found......
TableCollapse (Function)
Collapses: a branch that was previously expanded in a TreeView Table control. a break that was previously expanded in a Table control. a detailed window displayed for a row....
HReadPrevious (Function)
Sets the position on the previous record of a file according to a browse item.
Error (Function)
Displays a custom error message in a system error window.
fWriteLine (Function)
Writes a line into a text file (ANSI or UNICODE).
HReadLast (Function)
Sets the position on the last record of a table according to a browse item.
WDInst: set directory for tables and User Groupware files
The setup editor WDInst ("Tools......