ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

GglUploadDocument (Function)
Uploads a document to the Google server.
HDelete (Function)
Deletes a record from a table (query or view).
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, ......
TimeToString (Function)
Converts a time to a string in the specified format.
diagConnector (Type of variable)
The diagConnector type is used to define all the advanced characteristics of a connector in a diagram.
Flexbox control description: Detail tab
The "Details" tab of the Flexbox control description window allows you to define how the control reacts when the browser is resized horizontally or vertically......
DateToString (Function)
Converts: a date to a string in the specified format. a date time to a string in the specified format....
HBackward (Function)
Moves backward several records from the current position in the table, according to a specified item.
The Progress Bar control
The Progress Bar control is used to follow the progress of an event......
XMLExtractString (Function)
Extracts the content of a tag found in an XML document.
Defining a help window template
WINDEV allows you to create help window templates......
Events associated with the controls of a report
The events associated with the controls of a report are as follows......
HTrack (Function)
Starts tracking write actions (addition, modification or deletion) performed on a file found in an HFSQL server.
Android Widget windows
An Android application can contain one or more Widget windows......
Tips for developing a site for an iPhone or for a BlackBerry
WEBDEV allows you to develop sites for all types of devices......
HTTP server response procedure parameters
WLanguage procedure ("callback") called by HTTPSend or HTTPSendAsynchronous when the HTTP server responds.
Layout control properties
You can manipulate Layout controls (and its cells) in a window or page using the following WLanguage properties......
Multiline (Property)
In a window or page, the Multiline property is used to: find out and modify the "Multiline" option of an Edit control. find out and modify the "Multiline" option of a column in a Table control. In a report, the Multiline property is used to determine and change the "Multiline" option of a control....
EnumControl (Function)
Returns the name of Nth control found in the specified element.
Timer (Function)
Periodically and automatically calls a WLanguage procedure.
ChronoEnd (Function)
Stops a stopwatch and returns the time elapsed (in milliseconds) since the start of timing (call to ChronoStart).
Interactive notification management constants
Interactive notification management constants...
Dynamic Automation object
A dynamic automation object is an automation object allocated upon request, during the program execution...