ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

OLECreateCopy (Function)
Associates an OLE control with an OLE object while specifying a base file.
ListMoveLine (Function)
Moves a row or swaps two rows in a List Box or Combo Box control.
zipIsMulti (Example)
Usage example of the zipIsMulti function
INIRead (Example)
Usage example of the INIRead function
FTPCurrentDir (Example)
Usage example of the FTPCurrentDir function
fCompare (Example)
Usage example of the fCompare function
OutlookStartSession (Example)
Usage example of the OutlookStartSession function
zipCreate (Example)
Usage example of the zipCreate function
<DiskFile variable>.WriteLine (Function)
Writes a line into a text file (ANSI or UNICODE).
ImageLayerVisible (Function)
Used to make a layer found in a WDPIC image visible or invisible.
xmlSignature (Type of variable)
The xmlSignature type is used to define the advanced characteristics of an XML signature.
HModifyGroup (Function)
Modifies the group information according to the elements found in the corresponding variables for group management.
zipNbPartNeeded (Example)
Usage example of the zipNbPartNeeded function
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).
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......
TestCheckTrue (Function)
Checks whether an expression is set to True in assertive programming and in automated test mode.
fDecrypt (Example)
Usage example of the fDecrypt function