ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

EmailStartSMTPSession (Function)
Starts a session for sending emails with the SMTP protocol.
RGB (Function)
Defines a color from its Red, Green and Blue components.
ArrayInfo (Function)
Returns the characteristics of an array: type of elements, number of dimensions, dimensions, etc.
DateTimeByDefault (Function)
Used to define the default value of Date, Time and DateTime variables.
HCheckIndex (Function)
Checks whether the data found in the index file (.NDX file) properly refers the data found...
SpeechRecognitionTrigger (Function)
Triggers the device's speech recognition service....
HReconnect (Function)
Performs a reconnection to the server for all the interrupted connections. The uninterrupted...
Telemetry: Method used to send data
Telemetry data is sent to the server regularly and is processed by the server every 2 hours......
TableSelectCount (Function)
Returns the number of selected elements in a Table or TreeView Table control (especially...
FileToMemory (Function)
Automatically initializes the values of the members found in a class or in a structure...
Assisted universal replication
To easily establish the universal replication between the data of a remote application...
The Rating control
The Rating control allows the user to: indicate the popularity level of an element via repeated...
LOOP statement
The statement block is repeated endlessly...
_VisiteGuideeEtapeBulle (Type of variable)
Le type _VisiteGuideeEtapeBulle permet de définir toutes les caractéristiques avancées d'un XXX....
3. Interface (UI)
WINDEV Mobile tutorial: My first Android/iOS application Lesson 3 - Interface (UI) - 30 min...
TableMode (Function)
TableMode is kept for backward compatibility.
Guided Tour
A Guided Tour presents a series of features, displayed in a tooltip in the current window...
Constants for managing the windows
List of constants used by the functions for managing the windows...
LuhnCheck (Function)
Checks that the given sequence is valid according to the Luhn formula.
LuhnCalculate (Function)
Calculates the next Luhn check digit for a given sequence.
MakeInteger (Function)
Builds a 4-byte integer from two 2-byte integers.
diffCreate (Function)
Compares two buffers and creates a buffer containing the differences between these two buffers.
InsertColumn (Function)
Inserts a column at a given position into an advanced two-dimensional array property (xlsDocument, ...).
Factorial (Function)
Returns the factorial of an integer number.
RGBToHTML (Function)
Returns the HTML color corresponding to the RGB color.