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.
TraceStart (Function)
Opens the trace window or saves the trace information in a text file.
HGetCurrentPosition (Function)
Returns the approximate position of current record in the data file.
HRetrieveRecord (Function)
Returns the content of the current record (in a file, a view or a query, ...).
HChangeRplDir (Function)
Modifies the location for the description of subscriber replica (RPL file).
HPass (Function)
Defines the password used to create or open a data file.
HDBCreation (Function)
Ends the description of the structure of an xBase data file through programming.
grSaveEMF (Function)
Saves a chart that was drawn beforehand in a file in EMF format.
grSaveBMP (Function)
Saves a chart that was previously drawn in a file in BMP format.
xlsNbColumn (Function)
Returns the number of columns found in a worksheet of an XLS file.
fAttributeReadOnly (Function)
Gets and sets the read-only attribute of a file.
xlsColumnType (Function)
Returns the type of data entered in a column of an XLS file.
<diagLibrary variable>.LoadLibrary (Function)
Loads a diagram file and creates a library of preset shapes from it.
DiagramLoadLibrary (Function)
Loads a diagram file and creates a library of preset shapes from it.
PDFExtractPage (Function)
Extracts a page from a PDF file in a variable of type Image.
<Variable pdfDocument>PageExtract (Function)
Extracts a page from a PDF file in a variable of type Image.
<DiskFile variable>.Write (Function)
Writes: a character string into an external file. a memory section....
<Variable gglDrive>DeleteFile (Function)
Removes a Google Suite file inside a Google Drive.
List Box control linked to a data file or to a query
A List Box or Combo Box control can be used to display the content of a data file or query, to allow a user to select a record, for example......
WDInst: managing the files to install
The setup editor WDInst is used to manage the files to install......
NotesDeleteAttachment (Function)
Deletes an attached file from an item of the current document in Lotus Notes.
App Tracking Transparency - Activity tracking
App Tracking Transparency enables users to authorize an iOS app to track their activity on third-party mobile apps and websites for advertising or data sharing purposes......
NotesModifyAttachment (Function)
Modifies a file attached to an item of the current document in Lotus Notes.
Generating the analysis
The analysis generation comes before the programming phase and after the file description phase......
CheckAllTrue (Function)
Returns True if all the elements of an array are True.
<Array>.AllTrue (Function)
Returns True if all the elements of an array are True.
HReadPrevious (Function)
Sets the position on the previous record of a file according to a browse item.