ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

TraceDeleteAll (Function)
Clears the content of trace window opened in parallel with the current window.
TraceEnd (Function)
Closes the trace window if this window was opened or stops saving the trace information in a text file.
TraceStart (Function)
Opens the trace window or saves the trace information in a text file.
Implementing the log process in an application
Regardless of the data files used by your application (HFSQL Classic or HFSQL Client/Server), the log process can be implemented on these data files......
<Table>.Display (Function)
Refreshes a Table or TeeeView Table control from a given position: for a control linked to a file: changes made in the linked data file are reflected in the control. for a control handled programmatically: the calculated columns are re-calculated....
fDataDirCommon (Function)
Returns a directory path for the shared data of the current application: between all the users of the computer between all the TSE users This directory can be used without restriction in Windows XP, Vista, ... This directory is used to store: the files for the general configuration of the application (.INI files, .XML files, etc.). the data files common to all the users (HFSQL .fic, .ndx and .mmo files)....
WDConver : Use in command line mode
Using WDConver in command line mode consists in running a conversion description created and saved with WDConver ("......
H.TemporaryDirectory (Variable)
Allows you to force the directory used to store the temporary files when reindexing the HFSQL data files.
Creating an insert query
An insert query (corresponding SQL statement......
WDSQL: Creating an SQL query
Once the connection to the database is established, WDSQL allows you to create different types of SQL queries......
7. Creating HFSQL files: files physically created
The data model editor allows you to define the structure of the data files....
Error 403: The item does not belong to the file
TextItemCompleted (Property)
The TextItemCompleted property is used to manage text items in an HFSQL data file.
Content of the Table control
A Table control can be based on a data file, based on a variable or populated programmatically......
NotesExtractAttachment (Function)
Extracts a file attached to an item of the current document in Lotus Notes.
Screen,ScreenToFile (External language)
Initializes the file items with the value of the window controls bound to these items.
Screen,FileToScreen (External language)
Initializes the window controls with the values of the file items linked to the controls.
rssSave (Function)
Builds the RSS stream and saves the RSS stream in an XML file.
PDFIsProtected (Function)
Checks whether the PDF file requires a password in order to be read.
CertificateCheckFileSignatureBuffer (Function)
Checks the correspondence between a signature and a file. The signature was stored as a Buffer variable.
UploadFileSize (Function)
Returns the total size (in bytes) of a file found in an Upload control.
NameServerFile (Property)
The NameServerFile property is used to get the name of the uploaded file on the server.
Table,Save (External language)
Updates or adds a record in the data file linked to the Table control.
XMLOpen (Function)
Loads an XML document from a file, a URL or a string into an xmlDocument variable.
dLoadImage (Function)
Loads an image in an Image variable from a memo, a file or a binary buffer.
SpreadsheetLoad (Function)
Loads a file in XLSX format in a Spreadsheet control found in a window.
<PDF Reader>.Close (Function)
Closes and frees the PDF file displayed in a PDF Reader control.
<Upload>.FileSize (Function)
Returns the total size (in bytes) of a file found in an Upload control.