ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WINDEV and the SOAP protocol
zipExtractFile (Function)
Extracts a file from an archive and automatically decompresses it to a physical location or in memory.
The setup editor WDInst
WDInst is a setup editor used to define the setup parameters of your application......
The Dashboard control
Dashboards are essential elements in an application......
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....
HCreateView (Function)
Creates an HFSQL view. This function uses the former view mechanism....
Title (Property)
The Title property is used to: Get the title of a Table control column, a Chart control, a window or a page Change the title of a Table control column, a Chart control, a window or a page....
TableToExcel (Function)
Creates an Excel file with the data from a Table or TreeView Table control.
zipFindFile (Function)
Finds a file in an archive (in CAB, ZIP, RAR, WDZ or 7z format).
SocketRead (Function)
Retrieves a message sent by another socket.
Automatic data file modification: new date format
From WINDEV 7 and WEBDEV 7 version 149, new date and time formats are available for the Hyper File files......
Switch control properties
Deploying an Android application
WINDEV Mobile tutorial: Deploying an Android application 10 min
GglListContact (Function)
Retrieves the list of contacts associated with the specified Google account.
xlsCurrentWorksheet (Function)
Used to find out and modify the current worksheet in an XLS file.
BrowserRunApp (Function)
Opens the default Web browser of the current device.
Events associated with a Rich Text Area control
WEBDEV manages the following events by default (order of appearance in the code editor)......
NotificationDisplay (Function)
Displays a message outside the browser.
StringReverse (Function)
Reverses the characters of a string.
KeyType (Property)
The KeyType property is used to set the characteristics of a key item.
DefaultValue (Property)
The DefaultValue property is used to: Find out the default value of an item. This item was defined in the data model editor or through programming. Define the default value of an item (when describing the item through programming)....
fDelete (Function)
Deletes a file accessible from the current computer.
ThreadState (Function)
Returns the current status of a thread.
RTFToHTML (Function)
Returns the HTML string corresponding to the specified RTF string.
Character strings
WLanguage supports different types of strings....
HTML Editor control events
The following events appear by default in the WINDEV and WINDEV Mobile code editor...