ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

MatchRegularExpression (Function)
Checks whether a character string matches a specific format and retrieves the different substrings that match the format.
Events associated with ListView controls
List of events associated with ListView controls...
Warning (Function)
Displays a custom message in a system warning window.
zipSplit (Function)
Splits an archive into several sub-archives of a given size.
SessionHeartBeatEnable (Function)
Enables or disables the "heartbeat" of the current session.
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...
fGraphicFilter (Function)
Returns the list of image formats supported by the current platform, in the format expected by the filter of fSelect.
ThreadWaitSignal (Function)
Locks the current thread until it receives a signal from another thread.
iPrintImage (Function)
Sends the image file to print to the print buffer.
fAttribute (Function)
Returns or modifies the attributes of a file.
Printing in PDF format: Special cases
Specific features of print in PDF format...
CapsLockVerify (Function)
Checks whether the CapsLock key is pressed.
ThreadMode (Function)
Changes the management mode of threads.
Creating an executable: Information and version number
The version information of an executable corresponds to the information visible in the Windows file explorer....
Modified (Property)
The Modified property is used to determine if a control or group of controls has been modified by the user (keyboard or mouse input).
fMoveFile (Function)
Moves a file from one directory to another.
FontUnderlined (Property)
The FontUnderlined property is used to: Determine if the text is underlined. Underline (or not) a text....
Warning 12: The label is unused
Importing a WINDEV/WINDEV Mobile project and its elements
A WINDEV project and all its elements compatible with WINDEV Mobile (analysis, windows, classes, sets of procedures, queries, ......
RETURN statement
The RETURN statement is used to exit a statement block and the current process (or procedure).
MyParent (Reserved word)
MyParent is used to handle...
Creating a branch
A branch is used to create a copy of the current project in order to perform modifications, additions, etc....
OKCancel (Function)
Displays a message in a standard dialog box that proposes "OK" and "Cancel" and returns the user's choice....
Action Bar control events
fTime (Example)
Usage example of the fTime function