ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

TableDisplay (Function)
Refreshes a Table or TeeeView Table control from a given position: for a control linked to a file: changes made in the linked data file are reflected in the control. for a control handled programmatically: the calculated columns are re-calculated....
VideoDisplay (Function)
Displays in a Camera control the video sequence currently transmitted by a "web camera" or by the camera found on the mobile device. Function kept for "Version-26-compatible" Camera controls....
fWatchDirectory (Function)
Detects changes made to the contents of a directory.
TableInsert (Function)
Inserts a row into: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
Value of constants for the Windows 32-bit API
Value of constants for the Windows 32-bit API...
zipOpenCAB (Function)
Opens an existing archive in CAB format.
HourglassNetwork (Function)
Displays or hides an endless gauge in the title bar of Android application windows .
2. Projects in practice
Discover the main operations that can be performed on a project....
SWITCH statement
The SWITCH statement is used to choose the action that will be run according to the value of an expression...
WebserviceClientIPAddress (Function)
Returns the IP address of the computer using and calling the Webservice.
Project description: Compilation tab
The project description window allows you to configure various elements of your project......
HCopyFile (Function)
Copies an HFSQL table (.fic, .ndx, .ftx, .sdx and .mmo files, if any): from the HFSQL server to the server (to perform a backup for example). from the HFSQL server to the client (to perform a local backup for example). from the client to the HFSQL server (to update the tables for example). from an HFSQL server to antoher HFSQL server....
Position (Function)
Finds the position of a specified string within another string.
HTransactionEnd (Function)
Validates the current transaction: the modifications performed on the table since the start of transaction (HTransactionStart) are validated. the transaction file is deleted (if the transaction is the last transaction in progress for a network application) the records locked in read-only by the transaction are unlocked....
EmailRunApp (Function)
Starts the native application for sending emails found on the current computer: Computer running Windows, Mobile device (Android, iPhone, iPad)....
KioskEnable (Function)
Switches the current Android application to kiosk mode.
NotifPushDisable (Function)
Disables the management of push notifications for a WINDEV Mobile application (Android or IOS).
CameraDisplay (Function)
Displays the video being captured by a web camera or by the camera of a mobile device in a "Camera" control. Function kept for "Version-26-compatible" Camera controls....
eYe magnet: contditional formatting of fields
The visual aspect of a window control can be automatically modified according to a series of conditions in order to attract the attention of the user to this control......