ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

MapCircle (Type of variable)
The MapCircle type is used to define the characteristics of a circle to be drawn on the map displayed in a Map control.
Deploying an Android application
WINDEV Mobile tutorial: Deploying an Android application 10 min
TableAddColumn (Function)
Adds elements on the right of an Horizontal Table control.
Managing geolocation and GPS
WINDEV Mobile and WEBDEV allow you to exploit geolocation and GPS features found on mobile devices and browsers.
HTMLToRTF (Function)
Converts an HTML string or an HTML buffer to an RTF string.
HTMLToText (Function)
Converts an HTML string or buffer to text.
sWrite (Function)
Writes a character string to the output buffer of the specified serial port, parallel port or infrared port.
InitialValue (Property)
The InitialValue property is used to get the initial value of a control in a window or page.
nfcTag (Type of variable)
The nfcTag type is used to define the advanced characteristics of an NFC tag (Near Field Communication).
MapPolyline (Type of variable)
The MapPolyline type is used to define the characteristics of a line composed of several segments to be drawn on the map displayed in a Map control.
gglMapParameter (Type of variable)
The gglMapParameter type is used to define the advanced characteristics of a map...
GPSStopDetection (Function)
Stops the location detection triggered by GPSDetectPosition.
MapDisplayPosition (Function)
Centers the map displayed in a Map control on a geographical position or on a specific location.
Handling files on Dropbox, Google Drive and OneDrive
Many drives can be used to store files......
zipInfoFile (Function)
Returns the characteristics of a file found an archive: The name of the file and its stored path. The initial size of the file. The compressed size of file. The date and time of file creation. The date and time of file modification. The date and time of file access. The file attributes. The file encryption mode....
Events associated with a TimeLine control
WINDEV manages the following events by default (in order of appearance in the code editor)...
MapImage (Type of variable)
The MapImage type is used to define the characteristics of an image to be drawn on the map displayed in a Map control.
Events associated with a Gantt Chart column
AnsiToUnicode (Function)
Converts: an ANSI string (Windows) to a UNICODE string. a buffer containing an ANSI string (Windows) to a buffer containing a UNICODE string....
NetMsgError (Function)
Returns the error message corresponding to the error number returned by NetOpenRemoteAccess and NetCloseRemoteAccess.
SQLTable (Function)
Transfers the result of a query to a Table control populated programmatically (a List Box or Combo Box control), with the possibility of Partial Fetch (the result is retrieved by blocks of rows).
gpwUser (Type of variable)
The gpwUser type is used to describe and modify the characteristics of a user of WEBDEV or WINDEV User Groupware.
MapPolygon (Type of variable)
The MapPolygon type is used to define the characteristics of a polygon to be drawn on the map displayed in a Map control.
BurnerErase (Function)
Erases the files found on a rewritable CD or DVD.
Fixed array (Type of variable)
A fixed array is an "advanced" type of array...