ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Calling a procedure/a function
Syntax for calling a local or global procedure.
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.
Local procedure
Two types of procedures are available...
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.
HListServerTrigger (Function)
Lists the different triggers available on a connection or on one of the connection files.
HTMLToText (Function)
Converts an HTML string or buffer to text.
HTMLToRTF (Function)
Converts an HTML string or an HTML buffer to an RTF string.
SocketCreateSSL (Function)
Creates a secure socket according to the SSL protocol.
SocketConnectSSL (Function)
Used to establish a secure connection to an SSL server.
Abandon (Function)
Closes the current window by running the "Click" event of the CANCEL Button control.
InTSEMode (Function)
Indicates whether the code is run: from a computer in TSE mode or from a remote desktop....
HDeleteServerTrigger (Function)
Deletes a server trigger.
InUMCMode (Function)
Indicates whether the code is run from a code written in a user macro-code.
StringToArray (Function)
Fills a one- or two-dimensional array of the specified type with the character string passed...
ArrayToString (Function)
Converts a one- or two-dimensional array to a character string.
LengthToString (Function)
Converts a size in bytes to a string with human-readable units such as kilobytes, megabytes...
gpwOpenLDAPSession (Function)
Informs the User Groupware that the authentication of users will be done via an LDAP directory.
gpwInLDAPMode (Function)
Allows you to find out whether identification of users in the user groupware will be done via...
gpwImportLDAPUsers (Function)
Imports the users stored in a LDAP directory into the user file of user groupware.
dRectangleGradient (Function)
Draws a rectangle: in an Image control, in an Image variable, in a WDPic variable...
iParameterExport (Function)
Used to configure the exports performed from the report viewer: parameters for sending emails....
gBackgroundGradient (Function)
Describes a display color in gradient mode.
TableToText (Function)
Creates a character string from the data found in a Table or TreeView Table control.
TableToClipboard (Function)
Copies the content of a Table or TreeView Table control to the clipboard.
gpwGetLDAPInfo (Function)
Retrieves the configuration of the LDAP server used for the User Groupware.
TableSearchChild (Function)
Searches for a value in a column of a TreeView Table control, in a specified branch.
ConfigureAWPContext (Function)
Configures the operating mode of the AWP context.
SNMPStartSession (Function)
Starts an SNMP session.
SNMPCloseSession (Function)
Closes an SNMP session.