ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Declaring the functions of the Windows API
Syntax for declaring the functions of the Windows API
API (Function)
Runs a function found in an external DLL.
Value of constants for the Windows 32-bit API
Value of constants for the Windows 32-bit API
Instance (Function)
Returns the "system handle" (HINSTANCE) of the current program.
CallDLL32 (Function)
Runs a function found in an external DLL.
General environment of WINDEV
Environment of the project editor
The main elements of the project editor are as follows:
Environment of the report editor
Environment of the report editor...
Importing DreamWeaver elements into a WEBDEV site
WEBDEV allows you to import Dreamweaver elements into your WEBDEV site......
The Spreadsheet control
Spreadsheets are one of the most used office tools......
Report viewer (Print preview)
The report viewer allows you to see the report layout without printing it......
WinEdSelectOccurrence (Function)
Indicates the number of controls selected when the interface is modified by the end user ("Allow end users to modify the UI" option enabled).
WinEdSelect (Function)
Returns one of the controls selected when the interface is modified by the end user ("Allow end users to modify the UI" option enabled).
WinEdSelectPlus (Function)
Selects a control when the interface is modified by the end user ("Allow end users to modify the UI" option enabled).
Multi-touch support
A multitouch feature is a technique allowing the user to interact with a device via several contact points (the fingers are used in most cases)....
WinEdDeselectAll (Function)
Deselects all the controls when the interface is modified by the end user ("Allow end users to modify the UI" option enabled).
WinEdSelectMinus (Function)
Deselects a control when the interface is modified by the end user ("Allow end users to modify the UI" option enabled).
SpreadsheetModifyName (Function)
Modifies the name used to identify a cell in a Spreadsheet control.
Environment of code editor
Testing a Mobile application
By testing the project you can simulate how the application will run when launched by the user......
iSubstBlock (Function)
Substitutes one block of the report with another block while the report is printed.
TableStartFilling (Function)
Starts the process to populate a Table or TreeView Table control programmatically.
<Table>.StartFilling (Function)
Starts the process to populate a Table or TreeView Table control programmatically.
Debugging without debugger
In some cases, running a program or a site with or without the debugger can produce different results......
Managing the semaphores in the threads: limiting the simultaneous code execution
Semaphores are used to limit the simultaneous execution of a code (procedure, line of code, etc....
Anchoring controls in a report
The anchors are used to define the behavior of controls during a resize operation......
Table control based on a data file
A Table control based on a data file is a control whose columns are bound to the items of a data file or query (data source)......
Report controls
Several types of controls can be handled in a report created by the report editor......
WinEdUndo (Function)
Undoes the last action performed by the end user when modifying the interface ("Allow end users to modify the UI" option enabled).
Managing mutexes in threads
A mutex is used to limit the simultaneous execution of a code (procedure, line of code, etc.) to one thread at a given time....