ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ControlNoSpace (Function)
Specifies whether the space characters on the right of the value found in the control are deleted.
Optional events: Retrieved information
In WINDEV, you can add optional events in the code of the different elements of an application......
RGBGreen (Function)
Returns the green component of an RGB color.
RGBRed (Function)
Returns the red component of an RGB color.
RGBBlue (Function)
Returns the blue component of an RGB color.
HActivateTrigger (Function)
Re-enables a trigger that was disabled by HDeactivateTrigger.
Data model editor: the different types of items
The different types of items proposed in the data model editor are as follows:
ListSelectCount (Function)
Returns the number of elements selected in a List Box, ListView or Combo Box control.
The Drawer control
The Drawer control can be expanded in order to display (or not) the integrated controls......
Event (Type of variable)
The Event type is used to define all the advanced characteristics of an event: birthday, saint's day, ......
HExecuteView (Function)
Runs a view that was created beforehand (can be used to refresh the view data for example). This function uses the former view mechanism.
InternetConnected (Function)
Defines whether an Internet connection is enabled on the current computer. In mobile, you can also be notified when the status of the Internet connection changes.
Deploying an Android application
WINDEV Mobile tutorial: Deploying an Android application 10 min
ListSeek (Function)
Searches for an element in a List Box, ListView or Combo Box control (including the values described by gStoredValue).
FontSize (Property)
The FontSize property is used to: Identify the size of the font used in a control. Change the size of the font used in a control....
zipExtractFileList (Function)
Extracts and decompresses a list of files found in an archive to a physical location.
KanbanDisplay (Function)
Refreshes a Kanban control or a card in the Kanban control.
EmailStartPOP3Session (Function)
Starts a session for receiving and reading emails with the POP3 protocol.
zipSelectFile (Function)
Selects files from an archive.
Enqueue (Function)
Adds an element to the queue.
Push (Function)
Pushes an element onto the stack.
sWrite (Function)
Writes a character string to the output buffer of the specified serial port, parallel port or infrared port.
HCreateView (Function)
Creates an HFSQL view. This function uses the former view mechanism....
fWrite (Example)
Usage example of the fWrite function
LoadParameter (Function)
Reads a persistent value.