ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

New products brochure 28: WEBDEV new products
New features in WEBDEV 28 presented in the New Features brochure....
MyWindow (Reserved word)
The keyword MyWindow keyword is used to manipulate the current window...
Deploying an iOS application
WINDEV Mobile tutorial: Deploying an iOS application 10 min
2. Projects in practice
WEBDEV: Scheduled tasks and delayed tasks
WEBDEV allows you to implement tasks on the server directly......
StatError (Function)
Returns the error number for the last error caused by a Statxxx function (statistical functions).
SysTheme (Function)
Returns the current theme of the device.
BufferToPhrase (Function)
Converts a buffer to a mnemonic phrase using the BIP39 algorithm.
PhraseToBuffer (Function)
Returns the buffer encoded in a BIP39 mnemonic phrase.
AuthIdentify (Function)
Performs an authentication using the OAuth 2.0 protocol on any web service.
The Scheduler control
...The Scheduler control is used to automatically display and handle schedules. It is used to manage the display of multiple resources and it is used in several applications or sites....
dStartDrawing (Function)
Indicates that the drawing functions that will be used are intended for: the specified Image control, the specified Image variable, the specified Image variable, the specified WDPic variable (on the background layer), the specified picLayer variable....
Date (Property)
The Date property is used to: Retrieve the date from a DateTime variable. Modify the date in a DateTime variable. Retrieve the date from a Date item (in "Date and Time" format) . Modify the date in a Date item (in "Date and Time" format)...
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....
HExecuteQuery (Function)
Declares a query created in the query editor to the HFSQL engine and runs this query.
MatchRegularExpression (Function)
Checks whether a character string matches a specific format and retrieves the different substrings that match the format.
BrowserIPAddress (Function)
Returns the IP address of the client computer connected to the WEBDEV website.
ChronoStart (Function)
Starts a stopwatch to measure the duration of a process (in milliseconds) and resets a running stopwatch.
Report based on a Scheduler control
A report based on a Scheduler control is used to directly print the information displayed in the Scheduler control......
fTime (Function)
Returns or modifies the different times associated with a file or directory (date created, modified or accessed).
Sound (Function)
Plays a sound in WAV format.
Developing applications for Android
WINDEV Mobile allows you to develop applications for the Android operating system......
Width (Property)
The Width property gets and changes the width: of a control or block in a report. of a control (found in a window), window, column found in a table or column found in a list box (including listview). of a control (found in a page), column found in a table or column found in a list box. The control can be overlayable or not....
1. HFSQL Client/Server: Implementation
WINDEV Tutorial: Using an HFSQL Client/Server database Lesson 1 - HFSQL Client/Server: Implementation - 10 min...