AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Versión: 2025

Categoría: Miscellaneous Windows functions
34 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 (Function)
Runs a function found in an external DLL.
APIConfigure (Función)
Modifica las opciones de llamada a API y CallDLL32.
CallDLL32 (Function)
Runs a function found in an external DLL.
CallInterface( Función)
Ejecuta un método de una interfaz de un objeto implementado en una DLL externa a la WINDEV framework.
COMCreateInstance( Función)
Instancia un objeto COM (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 (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 (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 (associated con un programa) en un grupo de programas de Windows, con el comando associated Line.
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.
Método COMCall (Función)
Ejecuta un método de una interfaz de un objeto COM instanciado por COMCreateInstance.
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.
WindowsVersion (Function)
Returns the runtime mode of Windows.
WLanguage procedure
1 documento