ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

MouseXPos (Function)
Used in a mouse or stylus event (click code, hover code, left or right button pressed code, etc.) returns the horizontal position (X) of the mouse cursor in relation to the field or window in question.
BLOCK
The <BLOCK> keyword is used in the code editor to declare custom blocks of code. These blocks of code are used to highlight the different steps of an algorithm and to group the declarations of variables or members.
Pivot Table control functions (prefix syntax)
Pivot Table control functions (prefix syntax)...
MouseYPos (Function)
Used in a mouse or stylus event (click code, hover code, left or right button pressed code, etc.), returns the vertical position (Y) of the mouse cursor in relation to the field or window in question.
Instant spotting of modified code/current code
The modified lines of code are immediately visible......
Surround code fragments
You can surround code fragments with a condition, structure, etc....
SQLCode (Property)
The SQLCode code property is used to get the SQL code of a query created with the query editor (".WDR" file).
Warning 18: Loop without potential end
Warning 36: No BREAK, RETURN or RESULT was detected in the code of the loop
Handling the report blocks through programming
Each report block is associated with different events......
2025 novelties brochure: Common novelties
What's new in WINDEV/WEBDEV/WINDEV Mobile 2025 in the What's new 2025 brochure....
Error 202: The method already has an access attribute (public, protected or private)
Properties associated with formatted display controls
The formatted display control includes some properties that can be used......
Line control properties
List of properties associated with the Line control...
Video control properties
The following properties can be used on a Video control:...
Handling an OLE control by programming
WINDEV enables you to handle an OLE control by programming......
Managing the critical sections
Semaphores are used to limit the simultaneous execution of a code (procedure, line of code, etc....