AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Funciones WLanguage / Funciones estándar / Funciones de Windows / Funciones varias de Windows
WINDEV
WindowsLinuxJavaReportes y ConsultasCódigo de Usuario (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Código Navegador
WINDEV Mobile
AndroidWidget Android iPhone/iPadIOS WidgetApple WatchMac Catalyst
Otros
Procedimientos almacenados
Las diferentes funciones de Windows son las siguientes:
APIRuns a function found in an external DLL.
APIConfigureModifica las opciones de llamada a API y CallDLL32.
BitcoinValidAddressComprueba si la dirección de un monedero Bitcoin es válida.
CallDLL32Runs a function found in an external DLL.
CallInterfaceRuns a method of an interface of an object implemented in a DLL external to the WINDEV framework.
COMCallMethodRuns a method of an interface of a COM object instantiated by COMCreateInstance.
COMCreateInstanceInstantiates a COM object (Component Object Model).
COMQueryInterfaceCalls the QueryInterface method of the specified COM object to get a specific interface of this object so that it can be used with COMCallMethod.
CreateShortcutCreates a shortcut on the Windows desktop, in the "Start" menu of Windows or in a specific directory.
DeleteShortCutElimina un acceso directo creado previamente por CreateShortcut desde el escritorio de Windows, desde el menú "Inicio" de Windows o desde un directorio específico.
FreeDLLLibera la librería de 32 bits (DLL) que fue cargada en memoria por LoadDLL.
HiWordDevuelve los dos bytes altos de un entero.
IBANValidComprueba la validez de un número IBAN (número de cuenta bancaria internacional).
IconInstallCrea un icono (asociado a un programa) en un grupo de programas de Windows, con la línea de comandos asociada.
InstanciaDevuelve el "handle del sistema" (HINSTANCE) del programa actual.
KeyPressedChecks which key is pressed.
LoadDLLCarga en memoria la biblioteca (DLL) especificada.
LoWordReturns the two low bytes of an integer.
MakeIntegerConstruye un entero de 4 bytes a partir de dos enteros de 2 bytes.
OpenSSLCheckChecks, via a public key, that the signature of data performed with the OpenSSL library is correct.
PingComprueba si se puede llegar a una dirección de red mediante el protocolo ICMP (similar a la utilidad de red PING).
sComputeCrc16Checks a character string before and after transmission between WINDEV applications and WEBDEVsites.
sComputeCrc32Calculates the Cyclical Redundancy Check (CRC) of buffer.
SendKeySimulates the keystrokes and the mouse actions.
TransferCopies a block of bytes or a fixed-length string from a memory address into another one.
WindowsVersionReturns the runtime mode of Windows.

También se pueden utilizar los siguientes tipos de variables:
API descriptionAn API Description variable is used to describe an API, its parameters, its return value and its calling options programmatically.
Versión mínima requerida
  • Versión 9
Esta página también está disponible para…
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 13/09/2024

Señalar un error o enviar una sugerencia | Ayuda local