ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

MapGetStyle (Function)
Returns the style used by the map displayed in the Map control.
DateTimeToString (Function)
Converts a DateTime to string in the specified format.
zipExtractDirectory (Function)
Automatically extracts and decompresses files from a directory in the file tree of an archive to a physical location.
MapAddImage (Function)
Adds a new image to the map displayed in a Map control.
MapModifyImage (Function)
Modifies an image drawn on the map displayed in a Map control.
MapDeleteImage (Function)
Deletes an image drawn on the map displayed in a Map control.
MapDisplayArea (Function)
Moves the map displayed in the Map control so that the specified geographic area can be seen in its entirety.
MapLimitArea (Function)
Limits the geographic area displayed in the Map control.
MapDisplayPopup (Function)
Opens the popup of a marker displayed in a Map control.
MapClosePopup (Function)
Closes the popup of a marker displayed in the Map control.
MapPopupDisplayed (Function)
Indicates whether the popup of a marker in a Map control is displayed.
MapChangeStyle (Function)
Changes the style of the map displayed in the Map control.
MapModifyShape (Function)
Modifies a shape drawn on the map displayed in a Map control.
OCRExtractText (Function)
Reads the text contained in an image.
OCRParameter (Function)
Initializes the general options of the native OCR (Optical Character Recognition) system.
ErrorReset (Function)
Resets the detection of non-fatal errors: The result of ErrorInfo is reset. The ErrorOccurred variable returns to False....
OCRExtractTextBlock (Function)
Returns all the text blocks of an image.
OCRDetectTextArea (Function)
Returns all text areas of an image without reading the text.
OCRDeleteAllLanguages (Function)
Deletes all languages from the native OCR system.
StyleDrawCaptionGrayed (Function)
Customizes how text is drawn in grayed out controls.
geoGetArea (Function)
Retrieves the coordinates of the geographic area that corresponds to a given description.
LastDayOfYear (Function)
Returns the date of the last day of the year.
GenerateLorem (Function)
Generates a random "Lorem ipsum" text to temporarily populate a control with text, for example.
AJAXCallInProgress (Function)
Used to determine if the request being processed is an AJAX request.
CameraPhoto (Function)
Captures a photo via a Camera control in an Android or iOS application.