ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Search results
25 results for: Windows API
Declaring the functions of the Windows API
Syntax for declaring the functions of the Windows API
Value of constants for the Windows 32-bit API
Value of constants for the Windows 32-bit API
API (Function)
Runs a function found in an external DLL.
CallDLL32 (Function)
Runs a function found in an external DLL.
StringRetrieve (Function)
Retrieves a character string in a format external to PC Soft (character string that is the result of a Windows API for example).
WDAPI: Help about the APIs
WDAPI simplifies the use of Windows APIs in a WINDEV application......
WDAPI: Using the APIs in a WINDEV application
The two most interesting features of WDAPI are......
WDAPI overview
WDAPI simplifies the use of Windows APIs in a WINDEV application......
Scanning a document (via a WIA driver)
Windows Image Acquisition (WIA) is a Windows device driver interface and API that allows applications to scan documents using a scanner......
Universal Windows 10 App applications: Required configuration
To develop Universal Windows 10 App applications with WINDEV or WINDEV Mobile, you must......
Miscellaneous Windows constants
List of constants used by the Windows functions....
SendMessage (Function)
Sends a Windows message to a control or to a window.
PostMessage (Function)
Sends a Windows message to a control or to a window.
CallInterface (Function)
Runs a method of an interface of an object implemented in a DLL external to the WINDEV framework.
FTPConfigure (Function)
Modifies the behavior of standard FTP functions.
Before calling the Free Technical Support
The operations to perform before calling the Technical Support......
API (Example)
Usage example of the API function
SysGetDC (Function)
Retrieves the DC (Device Context) of a window, control or screen.
WDAPI: Converting a declaration of C function or structure
WDAPI is used to convert a declaration of C function or structure into a declaration of WLanguage function or structure......
APIConfigure (Function)
Modifies the options for calling API and CallDLL32.
EmailStartSession (Function)
Starts an email management session based on the selected management mode (POP3, SMTP, IMAP or MS Exchange).
Popup window
WINDEV allows you to open windows in popup format......
Fixed array (Type of variable)
A fixed array is an "advanced" type of array...
dEndDrawing (Function)
Deletes all the drawings made since the last call to dStartDrawing.
Undocking the editors
Who has never wanted to view the code and the UI at the same time, without being constrained by the environment? WINDEV, WEBDEV and WINDEV Mobile allow you to "detach" the editors from the environment of the main window......