ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Events associated with an Ad control
WINDEV Mobile manages the following events by default (in order of appearance in the code editor):
StreamAccept (Function)
Associates a stream connection request with a Conference control.
InvalidInputDetect (Function)
Detects and signals an error on required controls left empty and/or controls with invalid data....
MyPopupControl (Reserved word)
MyPopupControl is used to handle the control that opened a popup window...
SNMPGetTable (Function)
Reads a table of SNMP values.
OpenChild (Example)
Usage example of the OpenChild function
HCreation (Function)
Creates an empty data file (".FIC" extension) with the index file and the memo file if necessary.
fExtractResource (Function)
Extracts a resource from the application into a physical device location.
FOR ALL/FOR EACH statement (browse of strings)
The FOR EACH statement is used to browse strings according to different methods...
HCopyFile (Function)
Copies an HFSQL data file (.fic, .ndx and .mmo files if they exist): 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 data files for example). from an HFSQL server to antoher HFSQL server....
Events associated with the Pivot Table control
MatInvert (Function)
Calculates the inverse of a square matrix.
WDTrans: Cancel the operations performed on a transaction file
If a transaction is in progress, cancels all operations performed on the files in transaction since the start of transaction......
SysErrorMode (Function)
Modifies the display mode of errors.
WDTrans: Delete the records in transaction
Transforms all the records "in transaction" into "normal" records if these records do not belong to a transaction currently in progress......
Constants for the assisted replication
List of constants used by the functions for the assisted replication....
FTPConfigure (Function)
Modifies the behavior of standard FTP functions.
Open (External language)
Opens a window.
WinRedraw (Function)
Immediately redraws the window controls for which a graphic update is required.
GglGetDocument (Function)
Downloads a document from the Google Docs service.
WebserviceWriteHTTPHeader (Function)
Adds an additional HTTP header to a request of a REST Webservice.
VideoStartApp (Function)
Starts the device's native camera application to record a video or to take a photo....
TableSearchChild (Function)
Searches for a value in a column of a TreeView Table control, in a specified branch.
WidthInPixel (Property)
The WidthInPixel property is used to get the width in pixels of a control in a report.
Configuring a WINDEV SOAP server
WINDEV allows you to easily manage the SOAP protocol by allowing you to create......