ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

OCRExtractText (Function)
Reads the text contained in an image.
OCRExtractTextBlock (Function)
Returns all the text blocks of an image.
AIDetectContour (Function)
Detects the contours of the shapes in an image.
Converting an HFSQL Classic database into HFSQL Client/Server
There are two methods to convert HFSQL Classic databases to HFSQL Client/Server in WINDEV, WEBDEV and WINDEV Mobile......
EnumerationCheckName (Function)
Checks whether an enumeration value known by its name is valid.
iLastFile (Function)
Returns: the full name of the last file generated during the print (PDF, RTF, text, ...). the list of created duplicate files....
ReplicEdit: Taking the analysis modifications made into account
When modifying the analysis of a replicated application (add an item, a file, ......
dEndDrawing (Function)
Deletes all the drawings made since the last call to dStartDrawing.
Customizing the Switch controls
The Switch control is a 2-state Check Box control (on/off, true/false, yes/no)......
Primary (Property)
The Primary property can be used: on the gglPostalAddress type. on the gglEmail type. on the gglInstantMessaging type on the gglOrganization type on the gglPhoneNumber type]....
GglDisconnect (Function)
Disconnects the user from the Google services used. During the next re-connection, the authorizations linked to the Google services will be asked again.
<gglConnection variable>.Disconnect (Function)
Disconnects the user from the Google services used. During the next re-connection, the authorizations linked to the Google services will be asked again.
<Table>.SelectToFile (Function)
Positions on the data file record corresponding to a row selected in the multi-selection Table control based on a data file.
Automatic assisted universal replication
The automatic assisted replication is used to easily implement a replication on an existing application......
WDD55 (Property)
The WDD55 property is used to: Get the name and full path of the Hyper File 5.5 WDD file. Set the name and full path of the Hyper File 5.5 WDD file....
PVTCalculateUpdate (Function)
Updates some of the data found in a Pivot Table control from a given date.
<httpRequest variable>.ManageCookie (Function)
Enables or disables the management of cookies in an HTTP request run by HTTPRequest.
<httpResponse variable>.GetCookie (Function)
Retrieves cookies read in the httpResponse variable (containing the result of HTTPSend).
SpreadsheetModifyName (Function)
Modifies the name used to identify a cell in a Spreadsheet control.
ImageArea (Function)
Returns the number of the image area clicked by the Web user.
ImageStopScrolling (Function)
Stops the automatic image sliding.
<Image>.StopScrolling (Function)
Stops the automatic image sliding.
<Image>.Last (Function)
Displays the last image for the scroll.
<Image>.Previous (Function)
Displays the previous image for the scroll.
Displaying a different content on each row
In a Looper control, a different content can be assigned to the Table, Chart, List Box and TreeView controls......