ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

OCRExtractTextBlock (Function)
Returns all the text blocks of an image.
<WDPic variable>.DrawText (Function)
Draws a text in a WDPic variable.
<picLayer variable>.DrawText (Function)
Draws a text in a picLayer variable.
OCRExtractText (Function)
Reads the text contained in an image.
ToClipboard (Function)
Writes text or image information into the system clipboard.
grStockAddData (Function)
Adds data into a stock chart (candlestick, barcharts or minmax).
15. Project Management Hub
DDEStart (Function)
Starts the execution of a program (an executable for example) from the current application.
PDFToText (Function)
Extract the text contained in an Document PDF.
Creating an SCM repository
To share a project via the Source Code Manager, a repository must be created......
iPrintAreaMarkdown (Function)
Prints Markdown text in a rectangular area.
Defining specific character sets in HFSQL data files
When an application is used to display or save data in HFSQL files, this data is entered in the current language......
Clipboard (Function)
Retrieves the text or image found in the system clipboard.
Constants for test
List of constants used by the functions for managing automated tests....
Num1stDayOfTheWeek (Property)
The Num1stDayOfTheWeek property gets and sets the 1st day of the week displayed in: a Calendar control. an Organizer control. a Scheduler control. an edit control in Date format with Calendar....
Native SQL Server Connector: Executing the same stored procedure multiple times
In some cases, it may be useful to execute the same stored procedure multiple times by changing one or more parameters ......
Native Sybase Connector: Running the same stored procedure several times
In some cases, it may be useful to execute the same stored procedure multiple times by changing one or more parameters......
How to browse the directories of a disk?
This help page explains how to browse the directories found on a disk....
AAF: Simple edit options in an edit control
The context menu of an edit control is used to perform simple edit operations...
State-transition diagram
A state-transition diagram presents a sequence of states that an object goes through during its lifecycle......
DefaultFilePath (Property)
The DefaultFilePath property gets and sets the full file name (path and file name) suggested by default when saving a document in a Word Processing or HTML Editor control via the "Save as" option.
NetDirList (Function)
Lists the directories and the files found: on the FTP server (File Transfer Protocol) or on the RPC server (Remote Procedure Call) powered by WINDEV, on the client computer. This function is kept for backward compatibility....
fLoadBuffer (Function)
Loads the content of an external file (text, image, ...) in a buffer variable.
grMenuOption (Function)
Modifies the text of an option in the context menu of a chart.
HTMLToText (Function)
Converts an HTML string or buffer to text.