ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

9. Internal component
sInEntryQueue (Function)
Retrieves the number of pending bytes in the input buffer of a specified serial port or infrared port.
Editing pages: Responsive mode (Zoning and layouts)
"Responsive (zoning and layouts)" is the default page editing mode. This editing mode allows you to easily handle pages in the editor....
Providing an image per DPI
On mobile, when displaying images, each device has its own physical size and its own graphic resolution......
Using Kotlin code
Kotlin is a programming language mainly used for Android development......
BREAK statement/"BREAK:" label
The keyword BREAK can correspond: to the BREAK statement: it allows you to exit a set of instructions and run the rest of the current process. to the BREAK label: it allows you to declare a section of code in a loop. This code will be run when exitingfrom the loop with a "BREAK" statement....
Code style
A code style is used to automatically prefix the name of all the variables and project elements (windows, report controls, classes, etc....
Defining columns of Table controls programmatically
11. Table/Looper controls
11. Table/Looper controls
Application triggers
...A trigger is a WLanguage procedure automatically called by the HFSQL engine whenever a modification is performed (addition, deletion, modification, ...) on a record of a data file....
Handling an iFrame control through programming
WEBDEV allows you to handle an iFrame control by programming......
sInExitQueue (Function)
Retrieves the number of bytes waiting to be transferred in the output buffer of the specified serial port or parallel port.
Error 1014: The access to the member of the class is restricted by a private inheritance
The home page
The home page is the first page of your site......
FullScreenEnable (Function)
Switches the browser to "Full screen" mode. The browser occupies the entire screen.
JSInfoEvent (Function)
Used to handle the JavaScript properties of the browser event that triggered the code execution.
Events associated with Peeling Corner controls
WEBDEV proposes the following events:...
TrialVersion (Function)
Used to find out whether the current execution of the application is in "trial version" mode.
Error 701: The property is read-only
HTMLAfter (Property)
The HTMLAfter property is used to get and change the HTML code inserted after the control.
dbgCheckEqual (Function)
Checks whether the expressions are equal in assertive programming and in automated test mode.
dbgCheckNull (Function)
Checks whether an expression is Null in assertive programming and in automated test mode.
dbgCheckNotNull (Function)
Checks whether an expression is not Null in assertive programming and in automated test mode.
dbgCheckFalse (Function)
Checks whether an expression is false in assertive programming and in automated test mode.