ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

sOpen (Function)
Opens and initializes: a serial port. a parallel port. an infrared port....
VisualEffect (Property)
The VisualEffect property allows you to apply a visual effect on a control or group of controls in a window.
SQLInfo (Function)
Initializes the different SQL variables with information relative to the last query run.
fLock (Function)
Entirely or partially locks an external file.
Procedure
The Procedure property can be used: on the hScheduledTask type, used to describe the scheduled tasks on an HFSQL Client/Server database. on the rssStream type, used to describe an RSS feed....
WithInput (Property)
The WithInput property determines if a Combo Box control supports data input, and enables or disables this behavior.
FOR EACH/FOR ALL statement (browse of associative arrays)
The FOR EACH statement is used to perform different types of browse on the associative arrays...
EmulateMouse (Function)
Simulates a mouse event (left click, right click, double click, ...).
MaskTitleTime (Property)
The MaskTitleTime property is used to get or change the mask used for the title of time columns: in an Organizer control. in a Scheduler control. in a TimeLine control....
Printing in PDF format: Special cases
Specific features of print in PDF format...
Constants for managing Pivot Table controls
The following constants are used by the functions that manage Pivot Table controls...
ActionAllowed (Property)
The AllowedAction property defines which actions are allowed or not allowed on an element.
grDestinationBMP (Function)
Defines a BitMap file as destination of a chart (BMP means BitMap).
Reverse modeling of inheritances
Your windows or your pages use window, page or control templates, and you want to find out the dependencies between these templates? Simply perform a reverse modeling of inheritances......
Push notification: Android configuration (Google Cloud Messaging)
To use the Push notifications in Android, you must have a Google account and you must perform a specific configuration......
MapDeleteAll (Function)
Deletes the following from a Map control: all markers, all shapes, all images....
fExtractPath (Function)
Returns the different elements of a path: disk, directories, name and extension of the file.
WebSocketClientConnect (Function)
Establishes a connection between the client and a WebSocket server.
TableCollapseAll (Function)
Collapses: the entire hierarchy (all nodes) of a TreeView Table control. all breaks of a Table control....
Country (Type of variable)
The Country type is used to find out the characteristics of a country.
FontCharset (Property)
The FontCharset property is used to: Find out the character set used by the screen fonts of a control. Modify the character set used by the screen fonts of a control....
Testing a WEBDEV site on a mobile device
It is increasingly common for developers to test websites on mobile devices......
htmlAttribute (Type of variable)
The htmlAttribute type is used to define all the advanced characteristics of an attribute of an element in an HTML document.
fUncompress (Function)
Decompresses a file that was compressed by fCompress.
HChangeConnection (Example)
Usage example of the HChangeConnection function