ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<Variable Drive>CopyFile (Function)
copy a single file from the remote disk to another directory on the remote disk.
GUIDAnalysis (Property)
The GUIDAnalysis property returns the GUID of the analysis that was used to create the data file.
LooperRecNum (Function)
Returns the number of the current record in a Looper control based on a data file.
MCITrackCount (Function)
Returns the number of tracks found in a media file that was opened beforehand (MCIOpen).
<Table>.ToXML (Function)
Creates an XML file from the data found in a Table or TreeView Table control.
<Diagram variable>.Load (Function)
Loads a diagram into a Diagram variable from a ".wddiag" file, a memo or a binary buffer.
DiagramLoad (Function)
Loads a diagram into a Diagram variable from a ".wddiag" file, a memo or a binary buffer.
<Connection variable>.RetrieveLog (Function)
Creates a text file containing the server logs between two given dates.
<Source>.Next (Function)
Sets the position on the next data file record according to a browse item.
<Source>.ReadNext (Function)
Sets the position on the next data file record according to a browse item.
<Multimedia>.Duration (Function)
Returns the size of the media file currently played (in milliseconds) in the Multimedia control.
<Looper>.RecNum (Function)
Returns the number of the current record in a Looper control based on a data file.
CertificatePEMToPFX (Function)
Converts a certificate in PEM format to a PFX file including the private key.
<Table>.RecNum (Function)
Returns the number of the current record in a Table control based on a data file.
PVTSave (Function)
Saves the result of the calculation performed in a Pivot Table control (in a file or in memory).
<Multimedia>.Volume (Function)
Returns or modifies the sound volume of the media file played in a Multimedia control.
<Pivot Table>.Save (Function)
Saves the result of the calculation performed in a Pivot Table control (in a file or in memory).
Manipulating an HTML Display control in the code
The HTML Display control is used to display a Web page in an application......
CaptionHTML (Property)
The CaptionHTML property is used to handle the text of a control as HTML code.