ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

TraceEnd (Function)
Closes the trace window if this window was opened or stops saving the trace information in a text file.
Trace (Function)
Displays the requested information (content of a control, for example) in a window opened next to the current window.
"Debugger trace" pane
The "Debugger trace" shows the messages displayed in the trace window during the last application test...
TraceBuild (Function)
Displays a customizable message in the trace window opened in parallel with the current window.
TraceDeleteAll (Function)
Clears the content of trace window opened in parallel with the current window.
TraceStart (Function)
Opens the trace window or saves the trace information in a text file.
TableSearchEverywhere (Function)
Searches for a value in all the columns of the following controls: Table control, TreeView Table control, Table control displayed in a Combo Box control....
SQLTransaction (Example)
Usage example of the SQLTransaction function
ListInfoXY (Function)
Returns the index of the row (or image) at a given position in a List Box or ListView control.
TableInsertLine (Function)
Inserts a row into: a Table control, a TreeView Table control....
fSeek (Example)
Usage example of the fSeek function
TableAddLine (Function)
Adds a row in: a Table control, a TreeView Table control....
TableEnableFilter (Function)
Implements a user filter on a column found in a Table or TreeView Table control.
HCopyRecord (Example)
Usage example of the HCopyRecord function
Compatibility between external components and deployed applications
A component can evolve in many ways......
MenuClone (Function)
Clones a menu or a menu option as well as the associated code.
xlsRow (Type of variable)
The xlsRow type is used to describe and modify a row in an Excel document...
sfSeekUpdatedResult (Type of variable)
The sfSeekUpdatedResult type is used to find out the result of SFSeekModified...
TableSavePositionAndSelection (Function)
Saves: the scrollbar position in a Table or TreeView Table control, the elements selected in the control....
xlsColumn (Type of variable)
The xlsColumn type is used to describe and modify a column in an Excel document...
2. Transferring files via FTP
FTP (File Transfer Protocol) is a protocol for transferring files from one site to another....
zipFileSize (Example)
Usage example of the zipFileSize function
xlsNbRow (Function)
Returns the number of rows found in an XLS file.
HLinkMemo (Example)
Usage example of the HLinkMemo function
HSubstDir (Example)
Usage example of the HSubstDir function
FTPRenameFile (Function)
Renames or moves a file found on an FTP server (File Transfer Protocol).
FTPMakeDir (Function)
Creates a directory on an FTP server (File Transfer Protocol).
FTPRemoveDir (Function)
Deletes a directory and its content (files and sub-directories) from an FTP server (File Transfer Protocol).
FTPDeleteFile (Function)
Deletes a file from an FTP server (File Transfer Protocol).
dTextMarkdown (Function)
Draws Markdown text: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable]....
The HTML Edit control: Automatic formatting toolbar
In HTML Edit controls, a formatting toolbar can be automatically displayed when the control becomes editable......