ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

TraceEnd (Function)
Closes the trace window if this window was opened or stops saving the trace information in a text file.
"Debugger trace" pane
The "Debugger trace" shows the messages displayed in the trace window during the last application test...
Trace (Function)
Displays the requested information (content of a control, for example) in a window opened next to the current window.
TraceBuild (Function)
Displays a customizable message in the trace window opened in parallel with the current window.
TraceStart (Function)
Opens the trace window or saves the trace information in a text file.
MongoGridFSDeleteFile (Function)
Deletes a file identified by its name from a MongoDB file system.
MongoAdd (Function)
Adds one or more documents into a collection of MongoDB database.
fMakeDir (Example)
Usage example of the fMakeDir function
Managing HFSQL Client/Server applications
The HFSQL Control Center is used to manage the HFSQL Client/Server servers and the HFSQL Client/Server databases......
Handling an Upload control through programming
The Upload control is used to upload one or more files....
Checking an element back in the Source Code Manager (SCM)
Checking an element back in the repository is used to make the modified element available to all the users of the Source Code Manager......
PDFPassword (Function)
Protects a PDF document with a password.
MenuMark (Function)
Positions the checkmark in front of the menu option (popup menu or drop-down menu).
TableSortedColumn (Function)
Returns the list of sorted columns found in a Table control.
Issuer (Property)
The Issuer property allows you to know and modify the issuer of a Certificate or of an authentication.
TestAddIteration (Function)
Adds an iteration into the current test and gives the values of test parameters for this iteration.
Database (Property)
The Database property is used to get and modify the database associated with a connection.
RightIndent (Property)
The RightIndent property is used to get and change the right indent of an element.
MongoGridFSGetFile (Function)
Retrieves (on the local computer) a file identified by its name and found in a MongoDB file system.
LeftIndent (Property)
The LeftIndent property is used to get and change the left indent of an element.
DocUpdateTableOfContents (Function)
Updates the table of the contents of a document.
XMLParent (Example)
Usage example of the XMLParent function
fDate (Example)
Usage example of the fDate function
xlsAddWorksheet (Function)
Adds or inserts a new worksheet into an Excel document.
PhoneNumber (Property)
The PhoneNumber property is used to get and change a phone number.
HImportXLS (Function)
Imports an XLS file into a data file in HFSQL Classic or Client/Server format (data file described in the data model editor, or declared by HDeclare, HDeclareExternal or HDescribeFile)....
MongoCreateCollection (Function)
Creates a collection in a MongoDB database while specifying the options of this collection.
LooperRecNum (Function)
Returns the number of the current record in a Looper control based on a data file.
fDateTime (Example)
Usage example of the fDateTime function
iCreateFont (Example)
Usage example of the iCreateFont function