ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

TestCheckNotNull (Function)
Checks whether an expression is not Null in assertive programming and in automated test mode.
<sshSession variable>.SCPSendFile (Function)
Transfers files via the Secure Copy Protocol.
KioskEnable (Function)
Switches the current Android application to kiosk mode.
fRename (Function)
Modifies the name of a file.
StringDelete (Function)
Deletes: all the occurrences of a substring within a string. part of a string within another string. The part of the string to remove is identified by its position and length....
TestCheckNull (Function)
Checks whether an expression is Null in assertive programming and in automated test mode.
<sshSession variable>.SCPGetFile (Function)
Gets a file via the Secure Copy Protocol.
ArrayCount (Function)
Returns: the number of elements in a one-dimensional array. the number of rows in a two-dimensional array. the number of elements in the first dimension of a three-dimensional or N-dimensional array....
Error 1050: This member already exists in the composite variable
21. Reports
CONTINUE statement/"CONTINUE:" label
The CONTINUE keyword can correspond: to the CONTINUE instruction. It allows you to go back to the beginning of the first iteration without finishing the code of the current iteration. to the CONTINUE: label. It allows you to declare a common code in a loop....
ExpandedImage (Property)
The ExpandedImage property is used to: find out and modify the default image associated with an expanded row in a TreeView Table control. find out and/or modify the default image associated with an expanded row in a TreeView control. find out and modify the image associated with a specific expanded row in a TreeView Table control. find out and modify the image associated with an expanded row in a treeview item of a "TreeView table" report....
Events associated with Java Applet controls
List of events associated with Java Applet controls...
HImportXLS (Function)
Imports an XLS file into a data file in HFSQL Classic or Client/Server format (data file described in the data model editor, or declared by HDeclare, HDeclareExternal or HDescribeFile)....
MapGetImage (Function)
Retrieves the image of a map displayed in a Map control. The markers and the itineraries displayed on this map will also be found in the image.
<Map>.GetImage (Function)
Retrieves the image of a map displayed in a Map control. The markers and the itineraries displayed on this map will also be found in the image.
AIDetectModel (Function)
Runs a trained neural network model on an image. This function allows you to use artificial intelligence to detect objects in an image.
<aiNeuralNetworkModel variable>.Detect (Function)
Runs a trained neural network model on an image. This function allows you to use artificial intelligence to detect objects in an image.
TestCheckEqual (Function)
Checks whether the expressions are equal in assertive programming and in automated test mode.
Note (Property)
The Note property is used to get and change a text associated with an element.
WDAdminHF: Scheduled task
The remote HFSQL administrator is used to define the scheduled tasks......
Icon (Property)
The Icon property is used to: Find out the icon displayed in the title bar of a window or a Dockable Panel control. Change the icon displayed in the title bar of a window or a Dockable Panel control....
<Source>.ImportXML (Function)
Imports an XML file into an HFSQL Classic or Client/Server data file (data file described in the data model editor or declared by HDeclare, HDeclareExternal or HDescribeFile)....
<gglConnection variable>.Write (Function)
Creates and/or updates data on the Google server (addition or modification of data)....
<Source>.LockFile (Function)
Locks a data file and restricts the access to this data file for all other sites or applications.