ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

InAndroidSimulatorMode (Function)
Indicates whether the code is run in the Android simulator.
New (Reserved word)
New is used to allocate memory space...
ExceptionInfo (Function)
Retrieves information about the current exception.
Dimension (Function)
Returns the size of a variable (string, numeric, array, ...) or resizes a dynamic array.
ChangeSeparator (Function)
Changes the value of the separators (decimal separator or thousand separator) used in the numeric masks for internationalization.
Max (Function)
Returns the greatest value passed as parameter.
ErrorThrow (Function)
Throw a non-fatal error.
Complete (Function)
Returns a character string of a specified length.
Designing a supercontrol
A supercontrol is an advanced type of control......
The setup editor WDInst
WDInst is a setup editor used to define the setup parameters of your application......
1. Creating a WINDEV project and its analysis
WINDEV Tutorial: Creating a WINDEV project and its analysis Lesson 1 - Creating a WINDEV project and its analysis - 5 min
XMLFindNamespaceByName (Function)
Finds an XML namespace according to its XML node and in the parents of the node.
InUMCMode (Function)
Indicates whether the code is run from a code written in a user macro-code.
InWindowsPhoneSimulatorMode (Function)
Indicates whether the code is run in the Windows Phone simulator. Function kept for backward compatibility....
HDeleteDirectory (Function)
Deletes a directory from an HFSQL Client/Server database....
PropertyExist (Function)
Used to find out whether a property exists on a control or on a class instance.
dbgConnect (Function)
Used to connect a remote debugger to an application, service, Webservice, etc.
EnumElement (Function)
Used to enumerate the project elements: windows, pages, reports, queries, ...
Exp (Function)
Calculates the exponential of a numeric value (reverse of Napierian logarithm).
Ln (Function)
Calculates the Napierian logarithm (reverse of exponential) of a numeric value.
Log (Function)
Calculates the decimal logarithm of a numeric value.
HResetUser (Function)
Initializes the structure for user management (HUser) with the default values.
HInfoServer (Function)
Returns the specified information about the server.
HResetClient (Function)
Initializes the structure for managing the Client computers (HClient structure).
XMLPath (Function)
Returns the current position in the document in XPATH format.