ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

DashInitialConfiguration (Function)
Modifies the configuration of a Dashboard control (defined in the editor) before its first display.
How to open a page?
Open (Function)
Opens a modal WINDEV window.
SOAPRun (Function)
Runs a procedure on a SOAP server.
Runtime log
The runtime log is the best way to identify the most used features of an application......
The report editor
WINDEV, WEBDEV and WINDEV Mobile allow you to create reports with the report editor......
rssCategory (Type of variable)
The rssCategory type is used to handle the category of a RSS stream or stream entry.
rssTextInput (Type of variable)
The rssTextInput type is used to describe the input area of RSS stream...
gglAuthor (Type of variable)
The gglAuthor type is used to identify the author of a Google element...
saasClient (Type of variable)
The saasClient type is used to define the advanced characteristics of a SaaS client account.
WiFiAddNetwork (Function)
Adds a new network to the list of Wi-Fi networks configured on the device.
DashDisplay (Function)
Refreshes elements in a Dashboard control.
HTTPSend (Function)
Sends an HTTP request and waits for the response from the HTTP server.
VariantMember (Type of variable)
The VariantMember type is an advanced type corresponding to an array of members, each member being a variant variable.
SchedulerDateVisible (Function)
Makes a day visible or invisible in a Scheduler control.
Utility components
WINDEV includes several utility components that allow you to handle data directly......
TableEnumColumn (Function)
Returns the name of a column found in a Table or Treeview Table control.
TreeModify (Function)
Modifies an element (node or leaf) in a TreeView control.
HAddLink (Function)
Adds an integrity rule between two data files on the server.
HStatNbDuplicates (Function)
Returns the number of duplicates for a given key item.
SMSSend (Function)
Sends an SMS.
BrowsedFile (Property)
The BrowsedFile property gets and sets the data source used to display records in controls based on a data file.
Events associated with an Organizer control
The following events are associated with Organizer controls:...
FOR EACH/FOR ALL statement (loop through files)
The FOR EACH statement is used to run different types of HFSQL loops...
Integrating a WEBDEV site into a WINDEV application
By integrating a website into a window in a desktop application, you can share existing elements and boost productivity......