ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<Table>.AddLine (Function)
Adds a row in: a Table control, a TreeView Table control....
TableAddLine (Function)
Adds a row in: a Table control, a TreeView Table control....
<Source>.Filter (Function)
Defines and enables a filter on a table, view or query.
InAndroidMode (Example)
Usage example of the InAndroidMode function
YesNoAsynchronous (Function)
Displays a message in a standard non-blocking dialog box with the answers "Yes" and "No" and calls a WLanguage procedure with the user's response....
HFilter (Function)
Defines and enables a filter on a table, view or query.
StatusBarDeleteCell (Function)
Deletes a cell from the status bar of the current window.
HFSQL Client/Server functions (prefix syntax)
Several HFSQL functions are used to manage the HFSQL Client/Server data......
HFSQL Client/Server management functions
Several HFSQL functions are used to manage the HFSQL Client/Server data......
OKCancelAsynchronous (Function)
Displays a message in a standard non-blocking dialog box with the answers "OK" and "Cancel" and calls a WLanguage procedure with the user's response....
String (Variable type)
The String type is used to manipulate strings......
<Source>.ReadFirst (Function)
Sets the position on the first record according to a browse item.
HReadFirst (Function)
Positions on the first file record according to a browse item.
<Source>.ReadNext (Function)
Sets the position on the next table record according to a browse item.
HReadNext (Function)
Sets the position on the next table record according to a browse item.
Confirm (Function)
Displays a message in a standard dialog box that proposes "Yes", "No", "Cancel" and returns the user's choice....