|
|
|
|
|
|
|
The different syntaxes for declaring a procedure... |
|
|
|
|
|
|
A global procedure can be used in all the processes or events of the project. |
|
|
|
|
|
|
You have the ability to pass parameters to a procedure. |
|
|
|
|
|
|
The parameters can be passed to a procedure... |
|
|
|
|
|
|
When the procedure uses a variable number of parameters, you must be able to handle the different parameters passed to the function in the code of the procedure. |
|
|
|
|
|
|
The description of the parameter type is optional... |
|
|
|
|
|
|
Two types of procedures are available... |
|
|
|
|
|
|
Checks whether the current record corresponds to the current filter or search. |
|
|
|
|
|
|
Checks whether one or all records in an unalterable data file have not been modified... |
|
|
|
|
|
|
Checks whether the data found in the index file (.NDX file) properly refers the data found... |
|
|
|
|
|
|
Checks the structural integrity of memos in an HFSQL data file. |
|
|
|
|
|
|
Assigns the specified value to an item of the current record. |
|
|
|
|
|
|
Declares a query created in the query editor to the HFSQL engine and runs this query. |
|
|
|
|
|
|
Initializes a query written in SQL language and declares this query to the HFSQL engine. |
|
|
|
|
|
|
Returns the list of links (Merise type) found in the current analysis or in a specific analysis. |
|
|
|
|
|
|
Caution: when migrating a project from WEBDEV 1.5 to WEBDEV 17:
FolderWeb was replaced... |
|
|
|
|
|
|
MemSort_55 is kept for backward compatibility. |
|
|
|
|
|
|
Checks a character string before and after transmission between WINDEV applications... |
|
|
|
|
|
|
Calculates the Cyclical Redundancy Check (CRC) of buffer. |
|
|
|
|
|
|
Imports a Hyper File 5.5 file into an HFSQL Classic file. |
|
|
|
|
|
|
List of constants used by the archiving functions.... |
|
|
|
|
|
|
List of constants used by the SMS functions.... |
|
|
|
|
|
|
Converts an ANSI or UNICODE string to UTF-8. |
|
|
|
|
|
|
List of constants used by the Exif functions.... |
|
|
|
|
|
|
Creates a Word file (.RTF) from the data found in a Table or TreeView Table control. |
|
|
|
|
|
|
Creates a character string from the data found in a Table or TreeView Table control. |
|
|
|
|
|
|
Copies the content of a Table or TreeView Table control to the clipboard. |
|
|
|
|
|
|
Retrieves the position of a Dockable Panel control. |
|
|
|
|
|
|
Detaches a Dockable Panel control to transform it into a floating window. |
|
|
|
|
|
|
Changes the contrast of an image contained in an Image control. |
|
|
|
|
|
|
Blurs the entire given area in an Image control. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|