ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WarningAsynchronous (Function)
Displays a custom message in a non-blocking system warning window.
Setup by stand-alone physical media
A setup by stand-alone physical media allows you to provide a media that contains all the files required for installing and running a site......
Setup via physical media
A setup by physical media allows you to give to the hosting company a media containing all the files required to install the site on a server......
zipCreateExe (Function)
Creates a self-extracting archive as a 32-bit executable (.EXE).
Developing an application for iPhone/iPad
The development of an iPhone/iPad application is performed in 2 steps:...
HAdd (Function)
Adds: the record found in memory into the data file (query or view). the record found in a Record variable into the data file (query or view)....
UI compilation errors
UI compilation errors indicate the possible problems detected in your interfaces whenever a window, a page or a report is saved or whenever the project is recompiled......
HModify (Function)
Modifies the specified record or the record found in memory in the data file (query or view).
Convert (Function)
Converts a numeric value into a binary string in order to perform a search on a numeric key.
LengthToString (Function)
Converts a size in bytes to a string with human-readable units such as kilobytes, megabytes or terabytes.
ShortcutKey (Property)
The ShortcutKey property gets and sets the keyboard shortcut associated with a control.
Extracting messages added or modified since last extraction
A project was already created and translated......
HPrevious (Function)
Positions on the previous file record according to a browse item.
Extracting the text of the project
The following text can be extracted......
nfcData (Type of variable)
The nfcData type is used to describe and handle the data of a variable of type nfcTag.
User Groupware and multilingual application/site
If your application is a multilingual application, the multilingual feature must also be managed in the windows/pages of user groupware......
Data source (Type of variable)
A Data source variable is used to describe a temporary data source (query, view, alias, ...)
sfUserInfo (Type of variable)
The sfUserInfo type is used to get information about a user...
HNbRec (Function)
Returns the number of records in a file, query or HFSQL view: active records, crossed records, deleted records, etc.
Decrypt (Function)
Decrypts a character string that was encrypted by Encrypt.
Generating an Android application
The generation of a WINDEV Mobile application for Android groups all project elements (windows, code, etc....
Android 11: Changes in the behavior of applications
After each new version of Android is deployed, Google requires a higher target API level ("TargetSdkVersion") to publish applications on Google Play...
DateToString (Function)
Converts: a date to a string in the specified format. a date time to a string in the specified format....
HRead (Function)
Reads a record in a file according to a given record number.
Principle for running threads
At runtime, an application runs in a main thread......