ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Map>.DisplayPosition (Function)
Centers the map displayed in a Map control on a geographical position or on a specific location.
Notification
The Notification keyword can correspond to:
iEndPrinting (Function)
Signals the end of the document to print and actually starts printing the data stored in the printer spooler via the following functions: iPrint, iPrintImage, iNewLine, etc.
DisplayedItem (Property)
The DisplayedItem property is used to: Find out the item or the variable displayed by the control. Modify the item or the variable displayed by the control....
Input (Function)
Displays a message allowing the user to type an information.
LooperSelectPlus (Function)
Selects a row in a Looper 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
TableExpandAll (Function)
Expands: the entire hierarchy (all nodes) of a TreeView Table control. all breaks of a Table control....
TableDeleteAll (Function)
Deletes all rows from: a Table control populated programmatically, a TreeView Table control populated programmatically, a table displayed in a Combo Box control....
TableColumnIndex (Function)
Returns the index of a column in a Table or Treeview Table control.
gImage (Function)
Builds a sequence of characters containing an image.
ColorLED (Property)
The ColorLED property is used to set the color of the LED light when displaying notifications.
MapDeleteItinerary (Function)
Deletes an itinerary from a Map control.
Confirm (Function)
Displays a message in a standard dialog box that proposes "Yes", "No", "Cancel" and returns the user's choice....
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.
gFontSize (Function)
Builds a sequence of characters used to specify the size of the font for a text found in a graphic string.
gFont (Function)
Builds a sequence of characters describing the font that will be used for the text.
MapDisplayPosition (Function)
Centers the map displayed in a Map control on a geographical position or on a specific location.
OpenSister (Function)
Opens a non-modal sibling window.
gAlignment (Function)
Builds a sequence of characters containing an aligned text or an aligned image.
The Looper control
A Looper control is used to repeat the controls found in a specific area......