ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

CameraVideoStop (Function)
Stops the video recording previously started by CameraVideoStart.
OCRDetectTextArea (Function)
Returns all text areas of an image without reading the text.
OCRAddLanguage (Function)
Adds a language to the native OCR system.
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.
OCRLoadLanguage (Function)
Adds a language to the native OCR system.
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.
CameraVideoStart (Function)
Starts recording a video via a Camera control in an Android or iOS application.
OCRExtractTextBlock (Function)
Returns all the text blocks of an image.
SpreadsheetMoveWorksheet (Function)
Moves a worksheet within a Spreadsheet control in a window.
PopupDisplayPage (Function)
Displays a WEBDEV page as a popup in the current page with a DDW (Dim Disabled Windows) effect.
PopupClosePage (Function)
Hides a page displayed as a popup via PopupDisplayPage.
HTMLFromEmail (Function)
Imports the HTML content of an email and its images into an HTML Display control. The images contained in the email are also displayed in the control.
LinkColorRTF (Function)
Changes the color of links in all RTF Edit controls in the application.
DownloadAdd (Function)
Adds a new download in the device's download manager....
DownloadGetInfo (Function)
Retrieves the details of a download present in the download manager.
DownloadRemove (Function)
Cancels a download by removing it from the download manager, and deletes any existing files.
DownloadList (Function)
Lists the downloads from the current application in the download manager.
JSONToXML (Function)
Converts a JSON string to XML.
XMLToJSON (Function)
Converts an XML string to JSON.
StringDeleteDuplicate (Function)
Removes duplicates among substrings of a string, based on one or more separators.