ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

dImageToArray (Function)
Copies the RGB pixels of the image into a one-dimensional or two-dimensional array. The array of colors is cleared then it is filled with the integers representing the colors (24 bits) of the image.
5. Which type of server to choose?
<zipArchive variable>.FileSize (Function)
Returns the size of one of the files found in the archive (in CAB, RAR, WDZ, ZIP, 7z, TAR or TGZ (TAR.GZ) format): the compressed size of the file. the size of file before compression....
zipFileSize (Function)
Returns the size of one of the files found in the archive (in CAB, RAR, WDZ, ZIP, 7z, TAR or TGZ (TAR.GZ) format): the compressed size of the file. the size of file before compression....
8. Sharing a project in practice
Modbus
Modbus is a "field" (industrial and/or restricted environments) communication protocol created in 1979......
License agreement for the tools included with WINDEV, WEBDEV and WINDEV Mobile
License agreement for the tools included with WINDEV, WEBDEV and WINDEV Mobile...
WINDEV and the communication streams (audio, sound)
To handle the communication streams, WINDEV includes......
HFSQL: Change of name
Telemetry: Configuring the WINDEV and WINDEV Mobile applications
To use the telemetry in a WINDEV or WINDEV Mobile application, you must......
8. External component
An external component is a set of WINDEV Mobile elements: windows, reports, analysis, etc....
What is an application?
An application is a set of objects (windows, controls, ......
Report based on a query
Queries are used to easily select records in one or more data files......
Reverse modeling of inheritances
Your windows or your pages use window, page or control templates, and you want to find out the dependencies between these templates? Simply perform a reverse modeling of inheritances......
Group (Property)
The Group property is used to: find out whether the control belongs to a group of controls. If the control belongs to one or more groups, the Group property can be used to identify these groups of controls. associate a control with a group of controls....
Drag and Drop from the explorer
The Drag and Drop from the explorer consists in selecting one or more files in the Windows explorer and in transferring them into a control of a WINDEV window......
Handling the report blocks through programming
Each report block is associated with different events......
Handling Image controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to handle an Image control through programming......
The Repositionable Note control
The Repositionable Note control allows you to include the famous yellow sticker in your applications......
Clipping the window according to an image
An image can be used to easily define the shape of a window......
11. Choosing the action of a button/link
How to use the indirection operators?
The indirection operators ({ }) are used to handle an object whose name is found in a variable......
Handling List Box controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically handle List Box controls....
Choosing the type of image: dynamic, static, generated, ...
The images are often used to illustrate the site pages......
Functions for managing objects (External language)