ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Phone constants (Android / iOS)
TableFilteredColumn (Function)
Returns the list of columns filtered by the user in a Table or TreeView Table control.
grCreate (Function)
Creates a specific type of chart.
zipExtractAll (Function)
Extracts all files from an archive and decompresses them.
Properties associated with infinite Progress Bar controls
An infinite Progress Bar control can be handled in a window by the following WLanguage properties......
hScheduledTask (Type of variable)
The hScheduledTask type is used to manage a scheduled HFSQL Client/Server task through programming......
zipListFile (Function)
Returns the list of files found in an archive.
FaxDelete (Function)
Deletes a fax from the spooler and cancels it.
Native MariaDB Connector: Programming with HFSQL functions
To use a MariaDB database with Native Connector, the structure of MariaDB tables must be imported into the WINDEV or WEBDEV analysis......
EndProgram (Function)
Ends the execution of the current program.
FontBold (Property)
The FontBold property is used to: Determine if the text is bold. Change the weight of the text....
OOP concepts
A class contains the description of a data structure (members) and the processes (methods) that handle this structure....
grDestinationWMF (Function)
Defines a meta file as chart destination.
RequestRefreshUIElement (Function)
Requests the execution of the "Request for refreshing the display" event of the specified element (and gives back control without waiting for the execution of the event).
Enlarging a window
Modern UIs generally use larger windows and larger fonts in the different controls......
NoteLoadAll (Function)
Imports and displays the repositionable notes of the current window saved beforehand by NoteSaveAll.
DriveDeleteDirectory (Function)
Deletes a directory (and the files it contains) on an Drive (remote disk).
MemFound (Function)
Checks whether the sought element was found.
The statistics
WINDEV, WEBDEV and WINDEV Mobile propose several functions used to perform statistical calculations......
Sending faxes with WINDEV and WEBDEV
To send faxes from an application or from a site, WINDEV and WEBDEV propose several functions allowing you to send faxes via the system fax server available in Windows XP and Windows 2000......
gglOverride (Type of variable)
The gglOverride type is used to define information about event notification overrides.
fDate (Example)
Usage example of the fDate function
AccessibilityScreenReaderEnabled( Function)
Finds out whether the screen reader is Active.
CookieWrite (Function)
Writes a cookie onto the computer of the Web user.
SQLExec (Example)
Usage example of the SQLExec function