|
|
|
|
|
|
|
To configure the general options of the window editor... |
|
|
|
|
|
|
The main elements of window editor are as follows: |
|
|
|
|
|
|
WINDEV, WEBDEV and WINDEV Mobile allow you to perform copies (or Drag and Drop) of controls between the products and their editors. |
|
|
|
|
|
|
All editors of WINDEV, WEBDEV and WINDEV Mobile allow you to zoom in on the different elements displayed in the editor... |
|
|
|
|
|
|
The main keyboard shortcuts in the editors are as follows... |
|
|
|
|
|
|
Usage example of the HReadSeekFirst function |
|
|
|
|
|
|
Returns the result of the last SOAP procedure that was successfully run. |
|
|
|
|
|
|
Returns the caption of the last error caused by an XLS function. |
|
|
|
|
|
|
Usage example of the HCreationIfNotFound 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.... |
|
|
|
|
|
|
Returns the index of the row (or image) at a given position in a List Box or ListView control. |
|
|
|
|
|
|
Inserts a row into:
a Table control,
a TreeView Table control.... |
|
|
|
|
|
|
Usage example of the fSeek function |
|
|
|
|
|
|
Adds a row in:
a Table control,
a TreeView Table control.... |
|
|
|
|
|
|
Implements a user filter on a column found in a Table or TreeView Table control. |
|
|
|
|
|
|
Usage example of the HCopyRecord function |
|
|
|
|
|
|
Updates or adds the record bound to the current row in the Table or TreeView Table control. |
|
|
|
|
|
|
Clones a menu or a menu option as well as the associated code. |
|
|
|
|
|
|
The xlsRow type is used to describe and modify a row in an Excel document... |
|
|
|
|
|
|
The sfSeekUpdatedResult type is used to find out the result of SFSeekModified... |
|
|
|
|
|
|
Saves:
the scrollbar position in a Table or TreeView Table control,
the elements selected in the control.... |
|
|
|
|
|
|
The xlsColumn type is used to describe and modify a column in an Excel document... |
|
|
|
|
|
|
FTP (File Transfer Protocol) is a protocol for transferring files from one site to another.... |
|
|
|
|
|
|
Usage example of the zipFileSize function |
|
|
|
|
|
|
Returns the number of rows found in an XLS file. |
|
|
|
|
|
|
Usage example of the HLinkMemo function |
|
|
|
|
|
|
Usage example of the HSubstDir function |
|
|
|
|
|
|
Renames or moves a file found on an FTP server (File Transfer Protocol). |
|
|
|
|
|
|
Creates a directory on an FTP server (File Transfer Protocol). |
|
|
|
|
|
|
Deletes a directory and its content (files and sub-directories) from an FTP server (File Transfer Protocol). |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|