ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Declaring a procedure/a function
The different syntaxes for declaring a procedure...
Global procedure/function
A global procedure can be used in all the processes or events of the project.
Parameters of a procedure/function
You have the ability to pass parameters to a procedure.
Passing parameters
The parameters can be passed to a procedure...
Parameters of a procedure with a variable number of parameters
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.
Typecasting of parameters
The description of the parameter type is optional...
Local procedure
Two types of procedures are available...
<Source>.Found (Function)
Checks whether the current record corresponds to the current filter or search.
<Source>.CheckUnaltered (Function)
Checks whether one or all records in an unalterable data file have not been modified...
<Source>.CheckIndex (Function)
Checks whether the data found in the index file (.NDX file) properly refers the data found...
<Source>.CheckMemo (Function)
Checks the structural integrity of memos in an HFSQL data file.
<Source>.ToItem (Function)
Assigns the specified value to an item of the current record.
<Source>.ExecuteQuery (Function)
Declares a query created in the query editor to the HFSQL engine and runs this query.
<Source>.ExecuteSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the HFSQL engine.
<Source>.ListLink (Function)
Returns the list of links (Merise type) found in the current analysis or in a specific analysis.
FolderWeb_15 (Function)
Caution: when migrating a project from WEBDEV 1.5 to WEBDEV 17: FolderWeb was replaced...
MemSort_55 (Function)
MemSort_55 is kept for backward compatibility.
sComputeCrc16 (Function)
Checks a character string before and after transmission between WINDEV applications...
sComputeCrc32 (Function)
Calculates the Cyclical Redundancy Check (CRC) of buffer.
HImportHF55 (Function)
Imports a Hyper File 5.5 file into an HFSQL Classic file.
Constants for the archiving functions
List of constants used by the archiving functions....
Constants for SMS functions
List of constants used by the SMS functions....
StringToUTF8 (Function)
Converts an ANSI or UNICODE string to UTF-8.
Constants for the Exif functions
List of constants used by the Exif functions....
<Table>.ToWord (Function)
Creates a Word file (.RTF) from the data found in a Table or TreeView Table control.
<Table>.ToText (Function)
Creates a character string from the data found in a Table or TreeView Table control.
<Table>.ToClipboard (Function)
Copies the content of a Table or TreeView Table control to the clipboard.
<Panel>.Position (Function)
Retrieves the position of a Dockable Panel control.
<Panel>.Detach (Function)
Detaches a Dockable Panel control to transform it into a floating window.
<Image>.ModifyContrast (Function)
Changes the contrast of an image contained in an Image control.
<Image>.Blur (Function)
Blurs the entire given area in an Image control.