ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Options of the window editor
To configure the general options of the window editor...
Environment of the window editor
The main elements of window editor are as follows:
Copy between the editors
WINDEV, WEBDEV and WINDEV Mobile allow you to perform copies (or Drag and Drop) of controls between the products and their editors.
Zoom in the different editors
All editors of WINDEV, WEBDEV and WINDEV Mobile allow you to zoom in on the different elements displayed in the editor...
Keyboard shortcuts
The main keyboard shortcuts in the editors are as follows...
HReadSeekFirst (Example)
Usage example of the HReadSeekFirst function
SOAPGetResult (Function)
Returns the result of the last SOAP procedure that was successfully run.
xlsMsgError (Function)
Returns the caption of the last error caused by an XLS function.
HCreationIfNotFound (Example)
Usage example of the HCreationIfNotFound function
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....
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
TableSave (Function)
Updates or adds the record bound to the current row in the Table or TreeView Table control.
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).