ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Category: Miscellaneous Windows functions
36 results
<Component>.Load (Function)
Loads an external component independent of the current project.
API description (Variable type)
An API Description variable is used to describe an API, its parameters, its return value and its calling options programmatically.
API (Function)
Runs a function found in an external DLL.
APIConfigure (Function)
Modifies the options for calling API and CallDLL32.
CallDLL32 (Function)
Runs a function found in an external DLL.
CallInterface (Function)
Runs a method of an interface of an object implemented in a DLL external to the WINDEV framework.
COMCallMethod (Function)
Runs a method of an interface of a COM object instantiated by COMCreateInstance.
COMCreateInstance (Function)
Instantiates a COM object (Component Object Model).
COMObject (Variable type)
The COMObject type is used to represent an interface of a COM object.
ComponentLoad (Function)
Loads an external component. This component can be:
  • an external component present in the current project.
  • an external component independent of the current project.
ComponentLoadAll (Function)
Recursively loads in memory all the external components used in the project.
COMQueryInterface (Example)
Usage example of the COMQueryInterface function
COMQueryInterface (Function)
Calls the QueryInterface method of the specified COM object to get a specific interface of this object so that it can be used with COMCallMethod.
CreateShortcut (Example)
Usage example of the CreateShortcut function
CreateShortcut (Function)
Creates a shortcut on the Windows desktop, in the "Start" menu of Windows or in a specific directory.
DeleteShortcut (Function)
Deletes a shortcut previously created by CreateShortcut from the Windows desktop, from the "Start" menu of Windows or from a specific directory.
FreeDLL (Function)
Frees the 32-bit library (DLL) that was loaded in memory by LoadDLL.
HiWord (Function)
Returns the two high bytes of an integer.
IBANValid (Function)
Checks the validity of an International Bank Acount Number (IBAN).
IconInstall (Function)
Creates an icon (associated with a program) in a group of Windows programs, with the associated command line.
Instance (Function)
Returns the "system handle" (HINSTANCE) of the current program.
KeyPressed (Function)
Checks which key is pressed.
LoadDLL (Function)
Loads the specified library (DLL) in memory.
LoWord (Function)
Returns the two low bytes of an integer.
MakeInteger (Function)
Builds a 4-byte integer from two 2-byte integers.
Miscellaneous Windows constants
List of constants used by the Windows functions.
Miscellaneous Windows functions
List of miscellaneous Windows functions
OpenSSLCheck (Function)
Checks, via a public key, that the signature of data performed with the OpenSSL library is correct.
Ping (Function)
Checks whether a network address can be reached by using the ICMP protocol (similar to the PING network utility).
sComputeCrc16 (Function)
Checks a character string before and after transmission between WINDEV applications and WEBDEVsites.
sComputeCrc32 (Function)
Calculates the Cyclical Redundancy Check (CRC) of buffer.
SendKey (Function)
Simulates the keystrokes and the mouse actions.
Transfer (Function)
Copies a block of bytes or a fixed-length string from a memory address into another one.
Various constants
List of various constants.
WindowsVersion (Function)
Returns the runtime mode of Windows.
WLanguage procedure
1 document