ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

State "form with input": input in a PDF form
The report editor can be used to create form reports, which include different controls allowing users to enter data...
CheckBoxCount (Function)
Returns the number of options found in a Check Box control.
<Check Box>.Count (Function)
Returns the number of options found in a Check Box control.
SysValidHandle (Function)
Checks the validity of a window handle.
JSONValid (Function)
Checks the validity of a JSON string.
fFileExist (Function)
Checks the existence of an external file.
SortOption (Property)
The SortOption property gets and sets the sort options used in: text columns in Table controls, text columns in Treeview Table controls, List Box and ListView controls, Combo Box controls, attributes of Looper controls, images, clickable images and thumbnails with automatic sequence....
Table, List Box and Combo Box controls bound to queries
A Table, List Box or Combo Box control can be used to display the content of a data file or query......
Check: Sending an email
The monitoring robot will......
Automatic Application Features (AAF)
The Automatic Application Features (AAF) allow you to add features to your application without having to write a single line of code......
FTPFileExist (Function)
Checks the existence of a file on an FTP server.
CapsLockVerify (Function)
Checks whether the CapsLock key is pressed.
gImageExists (Function)
Checks whether an image was loaded in memory.
fMemExist (Function)
Checks the existence of a shared memory zone.
MemFound (Function)
Checks whether the sought element was found.
RegistryExist (Function)
Checks the existence of a key in the Windows registry.
MatExist (Function)
Checks the whether the matrix exists in memory.
MemoryFormat (Property)
The MemoryFormat property is used to get and change the format of the value returned for: Date or Time edit controls. Date or Time table columns. Calendar controls. Static controls. editable combo boxes. table columns displayed by combo boxes....
BrowsedItem (Property)
The BrowsedItem property is used to: Get the item used to automatically loop through Table, Looper, List Box, ListView and Combo Box controls, supercontrols and reports based on data files. Change the item used to automatically loop through Table, Looper, List Box, ListView and Combo Box controls, supercontrols and reports based on data files. Then, the iteration is reinitialized....
ThreadStopRequested (Function)
Checks if a stop request has been sent to the running thread.
HServerMaintenance (Function)
Checks and optimizes the system tables of an HFSQL server.
HashCheckFile (Function)
Checks the Hash of a file for a specific type of algorithm.
SysNotificationCompatible (Function)
Checks if the operating system supports interactive notifications.
<Connection variable>.ServerMaintenance (Function)
Checks and optimizes the system tables of an HFSQL server.
BitcoinValidAddress (Function)
Checks whether a Bitcoin wallet address is valid.
14. Controls in practice
FOR EACH/FOR ALL statement (loop through controls)
The statement FOR EACH is used to perform different types of browse on the controls (List Box, Table or Looper controls)...
FillType (Property)
The FillType property is used to determine the type of source used to populate Table, List Box, ListView, Combo Box and Looper controls.
1
4
5
6
7
8
232
>