|
|
|
|
|
|
|
|
|
|
|
|
|
|
| Retrieves an existing file from an FTP server (File Transfer Protocol) powered by WINDEV.
This function is kept for backward compatibility.... |
|
|
|
|
|
|
|
| Determines:
whether a file exists, which means whether it was physically created (HCreation or HCreationIfNotFound).
whether a view or a query was defined.... |
|
|
|
|
|
|
|
| Reads the content of an INI file (or the content of a file structured like .INI files). |
|
|
|
|
|
|
|
| You can use check models to easily create checks... |
|
|
|
|
|
|
|
| Saves a persistent value in the registry or in another file specified by InitParameter. |
|
|
|
|
|
|
|
| The Watermark type is used to handle the text printed in watermark in the reports created with the report editor or programmatically. |
|
|
|
|
|
|
|
| Cancels the automatic execution of the browser procedure called by AJAXExecuteAsynchronous. |
|
|
|
|
|
|
|
| Resets the variable to its initial value. |
|
|
|
|
|
|
|
| Performs a call transfer (with ability to retrieve the call). |
|
|
|
|
|
|
|
| Makes a day visible or invisible in a Scheduler control. |
|
|
|
|
|
|
|
| Transmits a file to an FTP server (File Transfer Protocol) powered by WINDEV.
This function is kept for backward compatibility.... |
|
|
|
|
|
|
|
| Deletes a list of files from an archive. |
|
|
|
|
|
|
|
| New is used to allocate memory space... |
|
|
|
|
|
|
|
| List of functions for managing character strings... |
|
|
|
|
|
|
|
| WINDEV and WEBDEV allow you to add duplicates into the elements of a TreeView control...... |
|
|
|
|
|
|
|
| The LanguageDescribed property is used to set the language used to compare and sort Unicode items (Unicode Text item or Unicode Text Memo item). |
|
|
|
|
|
|
|
| Modifies the text of an option in the context menu of a chart. |
|
|
|
|
|
|
|
| The CONTINUE keyword can correspond:
to the CONTINUE instruction. It allows you to go back to the beginning of the first iteration without finishing the code of the current iteration.
to the CONTINUE: label. It allows you to declare a common code in a loop.... |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|