ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HTMLToRTF (Function)
Converts an HTML string or an HTML buffer to an RTF string.
TableSortChild (Function)
Sorts a branch in a TreeView Table control on one or more columns.
dPixelOpacity (Function)
Identifies the opacity of a pixel in an image that has an Alpha channel. This image can be: an Image control, an Image variable, a WDPic variable (on the background layer), a picLayer variable....
XMLRead (Function)
Returns the value of an XML element or the value of the attribute for an XML element.
XMLWrite (Function)
Creates or modifies the value of an XML element or the value of the attribute for an XML element.
fDirSize (Function)
Returns the size of a directory in bytes.
HDescribeServerTrigger (Function)
Adds or modifies a server trigger.
HActivateServerTrigger (Function)
Re-enables a server trigger that was disabled by HDeactivateServerTrigger.
HDeactivateServerTrigger (Function)
Disables a HFSQL Client/Server server trigger on a server....
HDeleteServerTrigger (Function)
Deletes a server trigger.
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.
TestCheck (Function)
Writes a result into the status report of a test according to the result of a boolean expression.
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. from a computer directly....
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 in parameter.
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 or terabytes.
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 a LDAP directory.
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 (on the background layer), in a picLayer variable....