ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

OCRExtractTextBlock (Function)
Returns all the text blocks of an image.
<Array>.Sort (Function)
Sorts a WLanguage array.
fBuildPath (Function)
Builds a complete file path from the directory and short name of a file. This function is mainly used to get a valid file name without having to worry about the presence of separators in the path ('/' or '\') or about their direction according to the platform....
ExeRunning (Function)
Allows you to find out whether a 32-bit application is already run.
OCRExtractText (Function)
Reads the text contained in an image.
LEDSwitchOff (Function)
Switches the LED (Light-Emitting Diode) of the device off.
grTitleFont (Function)
Modifies the font used for the chart title.
grLegendFont (Function)
Modifies the font used for the chart legend.
Error 111: The Pascal string %1 is too long
Error 1017: The method is not global: use: to access it
<Array>.MoveLine (Function)
Allows you to: move a row in a two-dimensional array or in an advanced array property. The other array rows are moved accordingly. swap two rows in a two-dimensional array or in an advanced array property....
<Array>.DeleteAll (Function)
Deletes all elements: from a one-dimensional or two-dimensional WLanguage array. from an associative array. from the advanced array property (array of gglCalendar events, ...). from a WLanguage queue. from a WLanguage stack. from a WLanguage list....
MenuAddMenu (Function)
Adds a new menu to an existing drop-down or context menu of a window or page.
Generating an Android application
The generation of a WINDEV Mobile application for Android groups all project elements (windows, code, etc....
PDFReaderInfoXY (Function)
For a given position (coordinates of a point) in a PDF Reader control, returns one of the following: the page number for the specified position, the X-position (in mm) for the specified position, the Y-position (in mm) for the specified position....
sEndEvent (Function)
Disables the detection of an event on a serial port.
Creating a WINDEV application for Linux
WINDEV allows you to create native 64-bit Linux executables. Their UI is developed with the window editor....
InUMCMode (Function)
Indicates whether the code is run from a code written in a user macro-code.
Zombie data files and items
During the life of an application, items live and die......
WarningAsynchronous (Function)
Displays a custom message in a non-blocking system warning window.
InfoAsynchronous (Function)
Displays a non-blocking custom message in a system information window.
SeekByProcedure (Function)
Seeks an element in a one-dimensional array by using a comparison procedure.
Error 403: The item does not belong to the file
Error 1007: The member is global: use the: operator: to access it
HInfoMemo (Function)
Returns the characteristics of binary and text memos.