ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

TraceStart (Function)
Opens the trace window or saves the trace information in a text file.
TraceEnd (Function)
Closes the trace window if this window was opened or stops saving the trace information in a text file.
TraceDeleteAll (Function)
Clears the content of trace window opened in parallel with the current window.
DriveRecoverFile (Function)
Retrieves a file from an Drive (remote disk) and saves it on the user's workstation....
DriveSendFile (Function)
Sends a file (present on the user's machine) to an Drive (remote disk)....
fLoadBuffer (Function)
Loads the content of an external file (text, image, ...) in a buffer variable.
<Variable DiskFile>.Open (Function)
Opens an external file (ANSI or UNICODE) in order to handle it through programming.
<Variable Drive>SendFile (Function)
Sends a file (present on the user's machine) to an Drive (remote disk)....
<Variable Drive>RetrieveFile (Function)
Retrieves a file from an Drive (remote disk) and saves it on the user's workstation....
gpwImportLDAPUsers (Function)
Imports users from an LDAP directory to the user file of the User Groupware.
<zipArchive variable>.ExtractFile (Function)
Extracts a file from an archive and automatically decompresses it to a physical location or in memory.
<Looper>.ToWord (Function)
Creates a Word file (.RTF) using the data from a Looper control.
OLECreateCopy (Function)
Associates an OLE control with an OLE object while specifying a base file.
SaveParameter (Function)
Saves a persistent value in the registry or in another file specified by InitParameter.
<Document variable>.Close (Function)
Closes the docx file associated with the Document variable and frees the document.
LoadError (Function)
Loads the file containing the error messages in the desired language into memory.
<gglDrive variable>.Rename (Function)
Renames a directory or Google Docs Editors file on Google Drive.
Parameters of the procedure used by fReadLine
WLanguage procedure ("Callback") called by fReadLine for each line read in the file.
KeyFileType (Property)
The KeyFileType property defines the type of encoding used for a key file.
<PDF reader>.AddWatermark (Function)
Adds a watermark to all the pages of a PDF file in a PDF Reader control.
<PDF Reader>.Close (Function)
Closes and frees the PDF file displayed in a PDF Reader control.
<Table>.ToExcel (Function)
Creates an Excel file with the data from a Table or TreeView Table control.
<Source>.ReadPrevious (Function)
Sets the position on the previous record of a file according to a browse item.
grDestinationBMP (Function)
Defines a BitMap file as destination of a chart (BMP means BitMap).
MCISize (Function)
Returns or changes the size of a media file previously opened (MCIOpen).
FTPConnect (Function)
Connects the current computer to an FTP server (File Transfer Protocol).
XMLOpen (Function)
Loads an XML document from a file, a URL or a string into an xmlDocument variable.