ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

TestCheckTrue (Function)
Checks whether an expression is set to True in assertive programming and in automated test mode.
OLECreateEmpty (Function)
Associates an OLE control with an OLE object by invoking a specific OLE server.
MatError (Function)
Identifies the type of the last error caused by a Matxxx function (functions for matrix management).
dbgEnableLog (Function)
Enables the runtime log programmatically.
dbgAssert (Function)
Used to find out and signal the possible errors via an assertive programming.
<DiskFile variable>.ReadLine (Function)
Reads a line from an external file (ANSI or UNICODE).
hbReading (Type of variable)
The hbReading type is used to define the characteristics of a read operation.
Native XML Connector
WINDEV and WEBDEV allow you to import and handle a definition of XML files via the data model editor......
SSH constants
The following constants are used to manage an SSH server:...
HashString (Function)
Calculates the Hash of a character string according to a specific algorithm.
AccentSensitive (Property)
The AccentSensitive property is used to determine if accented characters are taken into account in the different searches performed on the item (with HReadSeek, HReadSeekFirst and HReadSeekLast, for example).
WDInst : languages supported by the setup
If your applications must be installed in several countries, the setup editor WDInst gives you the ability to generate a multilingual setup......
OLECreateCopy (Function)
Associates an OLE control with an OLE object while specifying a base file.
fDecrypt (Example)
Usage example of the fDecrypt function
fDir (Example)
Usage example of the fDir function
grPointType (Function)
Modifies the shape of point for a specific category or value found in a Line, Area, Scatter and Radar chart.
BuildBrowsingTable (Function)
Creates a Table control from the items of a data file (view or query).
StringDelete (Function)
Deletes: all the occurrences of a substring within a string. part of a string within another string. The part of the string to remove is identified by its position and length....
FTPTime (Example)
Usage example of the FTPTime function
JavaExecute (Example)
Usage example of the JavaExecute function
AssistedInputDeleteAll (Function)
Clears the list of values proposed for the assisted input of an edit control.
TestCheckNull (Function)
Checks whether an expression is Null in assertive programming and in automated test mode.
TestCheckNotNull (Function)
Checks whether an expression is not Null in assertive programming and in automated test mode.
TestCheckDifferent (Function)
Checks whether the specified expressions are different in assertive programming and in automated test mode.
TestCheckEqual (Function)
Checks whether the expressions are equal in assertive programming and in automated test mode.