ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

ListAdd (Function)
Adds an element to a List Box, ListView or Combo Box control populated programmatically.
IWListAdd (Function)
Adds a new internal window to the list of internal windows browsed by an Internal Window control.
HandleParentNext (Function)
Forces the parent of the next window to open.
apDisableAction (Function)
Disables the execution of an action found in an action plan.
<Map>.DisplayPosition (Function)
Centers the map displayed in a Map control on a geographical position or on a specific location.
ControlVisible (Function)
Makes a control (or a group of controls) visible in a window. During this operation, an animation can be performed on the controls.
fMakeDir (Function)
Creates a directory (and the intermediate directories if necessary).
ListSelectCount (Function)
Returns the number of elements selected in a List Box, ListView or Combo Box control.
sEscape (Function)
Runs different functions that directly affect the bits of serial port, parallel port or infrared port, independently of the communication protocol.
FTPConnect (Example)
Usage example of the FTPConnect function
WarningAsynchronous (Function)
Displays a custom message in a non-blocking system warning window.
SaaSIsConnected (Function)
Defines whether the connection to the SaaS web service is still established.
MapGetJSObject (Function)
Returns the instance of the API of Map control.
MongoGridFSGetFileByID (Function)
Retrieves (on the local computer) a file identified by its identifier and found in a MongoDB file system.
MongoCreate (Function)
Creates a connection to a MongoDB server or cluster.
MongoAdd (Function)
Adds one or more documents into a collection of MongoDB database.
MongoGridFSDeleteFile (Function)
Deletes a file identified by its name from a MongoDB file system.
<Table>.CollapseExpand (Function)
Collapses or expands an element in a Table or TreeView Table control.
WindowCount (Function)
Calculates the number of windows currently opened in the current application.
fMakeDir (Example)
Usage example of the fMakeDir function