ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HDeactivateServerTrigger (Function)
Disables a HFSQL Client/Server server trigger on a server....
SysChangeScreenResolution (Function)
Modifies the resolution of a screen.
SysNumberScreen (Function)
Returns the number of screens currently connected to the current computer.
ListSort (Function)
Sorts the elements in a List Box, ListView or Combo Box control populated programmatically.
TestCheck (Function)
Writes a result into the status report of a test according to the result of a boolean expression.
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.
SysScreenResolution (Function)
Returns the resolution of a screen.
HDeleteServerTrigger (Function)
Deletes a server trigger.
HListServerTrigger (Function)
Lists the different triggers available on a connection or on one of the connection files.
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.
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....