ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Image>.DrawChord (Function)
Draws the chord of a circle (intersection between an ellipse and a straight line) in an Image control.
<Image>.DrawPoint (Function)
Draws a point in an Image control.
dResize (Function)
Resizes an image: in an Image control. in an Image variable. in a picLayer variable]....
RGB (Function)
Defines a color from its Red, Green and Blue components.
<Image>.DrawArc (Function)
Draws a circle arc or an ellipse arc in an Image control.
Native DB2 Connector : Programming with SQL functions
The use of SQL functions to handle DB2 data does not require importing the file structure into the analysis......
FaxConnect (Function)
Establishes a connection to a fax server.
<Image variable>.Pen (Function)
Declares the default color and style for the lines, rectangles, circles, ... in an Image variable.
<Image variable>.Font (Function)
Declares the font that will be used by dText in an Image variable.
<Image variable>.Background (Function)
Declares the default background color for the rectangles and circles, ... used in an Image variable.
<Image variable>.DrawLine (Function)
Draws a line in an Image variable.
<Image variable>.PixelColor (Function)
Identifies the color of a pixel contained in an Image variable.
<picLayer variable>.Fill (Function)
Colors an area in a picLayer variable.
2. User-friendly editors in practice
User-friendly editors in practice...
Sliding window (sliding menu)
The sliding windows (also called sliding menus) are often used in the mobile applications......
Customizing the setup program (Plug-in)
In a setup program, you may want to customize some actions......
How to install a Universal Windows 10 App application on a tablet
The generation of a WINDEV Mobile application for Universal Windows 10 App groups all the project elements (windows, code, etc....
Border of controls
One of the most important elements of control style is its border......
MVP RAD
WINDEV proposes an MVP RAD that generates the "table" and "form" windows as well as the necessary Presenter and Model classes......
The .NET 2.0 control (WinForm)
The ".NET 2.0 control (WinForm)" is used to easily manage the.NET controls in WinForm format (for.NET 2.0)....
5. Custom-Folders: Organize your project
Project configurations allow you to easily define the "target" platforms of the project....
Conditions for using a .NET assembly
Before using a .NET assembly, a specific configuration is required......
Testing and debugging a project on the development computer
The test of the entire project allows you to simulate the start of the application with the executable......
Reinitializing the parameters automatically saved
WINDEV allows you to automatically save the different application parameters......
Setup mode
Several methods can be used to distribute a WINDEV application......