ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<mongoCollection variable>.DeleteOne (Function)
Deletes a document from a collection in a MongoDB database.
GuidedTourStep (Type of Variable)
The GuidedTourStep type allows you to define all the advanced characteristics of a step of a guided tour.
PDFToText (Function)
Extract the text contained in an Document PDF.
<Variable pdfDocument>ToText (Function)
Extract the text contained in an Document PDF.
Management of PDF files
PDF is one of the most widely used formats for transmitting and storing electronic documents......
PDF file functions (prefix syntax)
PDF file functions...
gglAttachment (Type of variable)
The gglAttachment type is used to define all the advanced characteristics of a file attached to a calendar event. The calendar can be described using the gglCalendar type. This calendar is used by the Google Calendar service.
gglOverride (Type of variable)
The gglOverride type is used to define information about event notification overrides.
Management of XML
WINDEV, WINDEV Mobile and WEBDEV include several functions for handling XML code......
<Source>.ExportXML (Function)
Exports the records found in a data file (HFSQL or OLE DB), view or query to an XML file.
<Source>.Delete (Function)
Deletes a record from a data file (query or view).
<mongoDatabase variable>.Info (Function)
Returns information about a MongoDB database.
WDMap: Overview
WDMap is a tool used to view and handle a data file while developing an application......
<mongoCollection variable>.DeleteCollection (Function)
Deletes a collection from a MongoDB database.
<mongoDatabase variable>.DeteleDatabase (Function)
Deletes a MongoDB database as well as its collections.
<mongoCollection variable>.Find (Function)
Finds documents in a MongoDB collection.
<mongoCollection variable>.ModifyAll (Function)
Modifies documents in a collection of a MongoDB database.
<mongoGridFS variable>.DeleteFileByID (Function)
Deletes a file identified by its identifier from a MongoDB file system.
ODBC on HFSQL via Visual .NET (in C#)
The ODBC driver on HFSQL Classic (single-user and multi-user) is used to access a HFSQL Classic database from an external database software that supports ODBC accesses......
HDeactivateAutoFilter (Function)
Disables an automatic filter on the linked files when browsing an XML file.
HErrorPassword (Function)
After the execution of a read or write function in a data file, used to find out whether an error caused by a wrong password occurred on this data file.
HSubstDir (Function)
Associates the data directory specified in the analysis with a directory found on disk.
Differences and specific features of an HFSQL Client/Server application
The management mode of data files may have to be adapted when using an HFSQL Client/Server application......
HNext (Function)
Sets the position on the next data file record according to a browse item.
<Source>.Next (Function)
Sets the position on the next data file record according to a browse item.