ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Global procedure/function
A global procedure can be used in all the processes or events of the project.
Procedure/Function
A procedure is used to associate an identifier with a statement block...
Parameters of a procedure/function
You have the ability to pass parameters to a procedure.
Declaring a procedure/a function
The different syntaxes for declaring a procedure...
Calling a procedure/a function
Syntax for calling a local or global procedure.
MyParameters (Reserved word)
The MyParameters keyword is used to handle the parameters passed to a WLanguage procedure...
Local procedure
Two types of procedures are available...
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...
Prototype overload/Overload
The procedures and the methods of classes can have several syntaxes.
Passing parameters
The parameters can be passed to a procedure...
LDAPFind (Function)
Performs a search in an LDAP server.
HOnServerCall (Function)
Customizes the management of message display on the client computer and the management...
HDisconnectClient (Function)
Displays a message on the Client computer(s) and disconnects the application.
HSendMessageToClient (Function)
Displays a message on the client computers.
HToFile (Function)
Copies a data source (file, query, view, ...) to a physical HFSQL file with the same description....
HHistoryModification (Function)
Returns the modifications performed on one or more items of a given record. The result can...
Convert (Function)
Converts a numeric value into a binary string in order to perform a search on a numeric key.
HResetClient (Function)
Initializes the structure for managing the Client computers (HClient structure).
HRecreateSubscriberReplica (Function)
Re-creates the description file of a subscriber replica (universal replication only) according...
HRplPass (Function)
Sets the passwords used to protect the universal replication files.
NetInfoRemoteAccess (Function)
Returns information about the status of a connection as well as the statistics...
NetListRemoteAccess (Function)
Returns the list of available remote accesses.
XMLNamespace (Function)
Returns the prefix of the namespace associated with the current tag in an XML document.
XMLNamespaceURI (Function)
Returns the URI of the namespace associated with the current tag in an XML document.
iDirImageHTML (Function)
Used to select the directory in which the images must be generated during a print in HTML format.
HRecordDate (Function)
Returns the date and time of the last write operation performed on a record in an HFSQL file...
BurnerVolumeName (Function)
Allows you to find out or modify the name of the CD or DVD to burn.
BurnerEject (Function)
Opens or closes the door of current burner.
BurnerList (Function)
Returns the list of burners installed on the current computer.
BurnerProperty (Function)
Used to find out and modify the properties of the current burner.
BurnerMediaType (Function)
Used to find out and modify the format of the CD or DVD to burn.
BurnerSelect (Function)
Used to select the default burner.
BurnerMediaInfo (Function)
Retrieves the characteristics of the CD/DVD found in the current burner....
xlsColumnType (Function)
Returns the type of data entered in a column of an XLS file.
iPrintAreaRTF (Function)
Prints rich text format (RTF) in a rectangular area.