AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Versión: 2026 PV

Categoría: Miscellaneous Windows functions
39 resultados
<Component>.Load (Función)
Carga un componente externo independiente del proyecto actual.
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 (Example)
Usage example of the API function
API (Function)
Runs a function found in an external DLL.
APIConfigure (Función)
Modifica las opciones de llamada a API y CallDLL32.
CallDLL32 (Example)
Usage example of the CallDLL32 function
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 (Función)
Carga recursivamente en memoria todos los componentes externos utilizados en el proyecto.
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.
Constantes de Notas adicionales
Lista de varias constantes.
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 (Función)
Elimina un acceso directo creado previamente por CreateShortcut desde el escritorio de Windows, desde el menú "Inicio" de Windows o desde un directorio específico.
FreeDLL (Función)
Libera la librería de 32 bits (DLL) que fue cargada en memoria por LoadDLL.
Funciones varias de Windows
Lista de funciones varias de Windows
HiWord (Función)
Devuelve los dos bytes altos de un entero.
IBANValid (Función)
Comprueba la validez de un número IBAN (número de cuenta bancaria internacional).
IconInstall (Función)
Crea un icono (asociado a un programa) en un grupo de programas de Windows, con la línea de comandos asociada.
Instancia (Función)
Devuelve el "handle del sistema" (HINSTANCE) del programa actual.
KeyPressed (Function)
Checks which key is pressed.
LoadDLL (Función)
Carga en memoria la biblioteca (DLL) especificada.
LoWord (Function)
Returns the two low bytes of an integer.
MakeInteger (Función)
Construye un entero de 4 bytes a partir de dos enteros de 2 bytes.
Miscellaneous Windows constants
List of constants used by the Windows functions.
OpenSSLCheck (Function)
Checks, via a public key, that the signature of data performed with the OpenSSL library is correct.
Ping (Función)
Comprueba si se puede llegar a una dirección de red mediante el protocolo ICMP (similar a la utilidad de red PING).
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.
TrialVersion (Function)
Used to find out whether the current execution of the application is in "trial version" mode.
WindowsVersion (Function)
Returns the runtime mode of Windows.
WLanguage procedure
1 documento