ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Windows,Title (External language)
Modifies the title of the next window (or dialog box) displayed.
Min (Function)
Returns the lowest value.
MatDeterminant (Function)
Calculates the determinant of a square matrix (the number of rows is equal to the number of columns).
MatWrite (Function)
Writes an element into a matrix.
MatRead (Function)
Reads the value of a matrix element.
Image drawing and processing functions
List of image drawing and processing functions...
grRaised (Function)
Used to display a chart with raised effect.
HModifyDatabaseRights (Function)
Modifies the rights granted to a user or to a group for a HFSQL Client/Server database....
EndAutomatedProcedure (Function)
Stops the current or forthcoming execution of an automatic procedure (defined by the properties of the procedure in the code editor).
XMLParent (Function)
Positions on the parent element of current element (tag or attribute).
MacOS - Developing an application in Catalyst mode
Apple has recently released an SDK to natively compile iOS applications for MacOS......
WHILE statement
In a WHILE statement, the expression is evaluated at each beginning of the block of statements...
How Session mode pages work
WEBDEV includes several types of pages to create dynamic sites......
Creating an SSL certificate that can be used with SocketCreateSSL
To create an SSL server with SocketCreateSSL, you must use a signed certificate containing a private key......
hbConnection (Type of variable)
The hbConnection type is used to define the characteristics of a connection to a HBase server.
dLine (Function)
Draws a line: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
InAJAXMode (Function)
Specifies whether the code is run from: a process in AJAX mode. a procedure called by AJAXExecute or AJAXExecuteAsynchronous....
Managing Google contacts
The Google Contact service is used to manage contacts on Internet......
grPiePullOut (Function)
Pulls out a section (or all sections) in a chart.
Handling a Spin control through programming
WINDEV allows you to handle a Spin control through programming......
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.
SOAPPrepare (Function)
Builds the SOAP request for calling a Webservice function.
StringEndsWith (Function)
Checks whether a character string ends: with a specific character string. with one of the character strings in an array....
After (Property)
The After property replaces or inserts a procedure after the other procedures in: a Procedure variable. an event associated with a control....
MapInfoXY (Function)
Returns the geographical position (latitude and longitude) corresponding to a point in a Map control.