ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WinAdaptSize (Function)
Adapts the window size to the content of controls.
eInitCurrency (Function)
Adds or changes the characteristics of a currency in the currency exchange table.
FTPSend (Function)
Transfers a file or directory to an FTP server (File Transfer Protocol).
Chart: Managing legends
Several types of legends are supported in the charts......
hRSConfig (Type of variable)
The hRSConfig type is used to define the advanced characteristics of a replication between 2 HFSQL servers.
REST web services: Importing an OpenAPI specification
REST web service APIs can be described using OpenAPl files......
Deserialize (Function)
Deserializes a buffer or a character string containing the data from a class, structure, array (including an associative array), queue, stack, list or advanced variable, as well as their subelements.
gglMarker (Type of variable)
The gglMarker type is used to define the characteristics of a marker that must be positioned on a map...
dImageToArray (Function)
Copies the RGB pixels of the image into a one-dimensional or two-dimensional array. The array of colors is cleared then it is filled with the integers representing the colors (24 bits) of the image.
HActivateFilter (Function)
Enables the filter that was previously created for the specified data file (view or query).
Software Factory
The concept of software factory is used to automate the process for creating applications....
HChangePassword (Function)
Changes the password of an HFSQL Classic or HFSQL Client/Server data file....
Synchronizing threads via events
Events can be used to synchronize the different threads of an application......
Multiple assignments of arrays, structures and classes
The multiple assignment of arrays consists in assigning a set of simple values (boolean, integer, string, real, numeric or currency) to the cells of an array. This multiple assignment is also available for the structures and the classes....
Dynamic array (Type of variable)
A dynamic array is an "advanced" type of array...
The Edit control
The Edit control allows users to enter data......
Phone constants (Android / iOS)
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...
Execute (Function)
Starts the execution of a process through programming.