ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

MCIStatus (Function)
Returns the status of a media file that was opened beforehand MCIOpen.
<Multimedia>.Status (Function)
Indicates the status of the multimedia file played in the Multimedia control.
HTMLEditorToPDF (Function)
Exports the content of an HTML Editor control to a PDF file.
<HTML editor>.ToPDF (Function)
Exports the content of an HTML Editor control to a PDF file.
<Source>.RetrieveRecord (Function)
Returns the content of the current record (in a file, a view or a query, ...).
<Source>.DeleteAll (Function)
Deletes all records from a data file, an HFSQL view or a query.
<Source>.Read (Function)
Reads a record in a file according to a given record number.
<Source>.Password (Function)
Defines the password used to create or open a data file.
<Source>.GetCurrentPosition (Function)
Returns the approximate position of current record in the data file.
<Source>.CheckMemo (Function)
Checks the structural integrity of memos in an HFSQL data file.
<Connection variable>.SetIntegrity (Function)
Enables or disables the management of an integrity constraint on a file link.
<Connection variable>.ModifyFileProperty (Function)
Modifies the properties of an HFSQL data file located on a server.
<Multimedia>.Stop (Function)
Stops playing a media file found in a Multimedia control.
MCIPause (Function)
Pauses playback of the media file previously opened (MCIOpen).
MCIStopPlaying (Function)
Stops the execution of a media file that was opened beforehand (MCIOpen).
<diagLibrary variable>.LoadLibrary (Function)
Loads a diagram file and creates a library of preset shapes from it.
<Variable pdfDocument>PageExtract (Function)
Extracts a page from a PDF file in a variable of type Image.
<Variable gglDrive>DeleteFile (Function)
Removes a Google Suite file inside a Google Drive.
Handling a Linear Looper control through programming
WEBDEV allows you to handle a Linear Looper control through programming....
Print constants
List of constants used by the print functions....
ContactListSource (Function)
Lists the sources (or accounts) of the contacts saved on the device.
HRSListConfig (Function)
Lists the replications available on a master HFSQL server.
hdfsList (Function)
Lists the content of a directory found on a Hadoop server.
<hdfsConnection variable>.List (Function)
Lists the content of a directory found on a Hadoop server.
HDBDescribeFile (Function)
Describes a file in dBase3 format (most common format) through programming.