ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Choose the type of image: dynamic, static, generated, ...
The images are often used to illustrate the site pages...
picText (Type of variable)
The picText type is used to define all the advanced characteristics of a Text layer.
11. Choosing the action of a button/link
Error 705: The property does not exist on this type
Background (Type of variable)
The Background type defines the advanced characteristics of the element background.
Handling files on Dropbox, Google Drive and OneDrive
Many drives can be used to store files......
Calling a DLL written in Visual Basic
Visual Basic (like many other languages) allows you to create custom DLLs......
Characteristics of the columns in a Table control in a window
The columns are used to display information in a Table control......
LoadImageSheet (Function)
Loads an image set in memory so that it can be used later by gImage.
Error 706: The property does not exist on this type of control
<pdfPage variable>.AddImage (Function)
Adds an image to a page in an existing PDF file.
PDFAddImage (Function)
Adds an image to a page in an existing PDF file.
Menu option: operation performed and action
An option of a drop-down or context menu in a page can be associated with an action......
How to access the help?
WINDEV, WEBDEV and WINDEV Mobile include several methods for accessing the help system at any time......
Variant (Type of variable)
The Variant type is used to: store any simple value: boolean, numeric (Currency, Real, Integer, etc.), characters and character string, date (Date, Time, DateTime and Duration), ... store named or indexed subelements. store any complex value: structures, classes, advanced types, arrays, associative arrays, queues, stacks and lists. handle the NULL value in WLanguage. store interactions with ActiveX objects and Automation programming....
Translating the external components
An external component is a set of WINDEV or WEBDEV elements that perform a specific action (send faxes, emails, etc....
Installing Native Sybase Connector for WINDEV and WEBDEV 2024
Customizing the Switch controls
The Switch control is a 2-state Check Box control (on/off, true/false, yes/no)......
Handling an iFrame control through programming
WEBDEV allows you to handle an iFrame control by programming......
Database access: summary
WINDEV and WEBDEV support different SQL query execution modes depending on how the database was accessed.......
picRTF (Type of variable)
The picRTF type is used to define all the advanced characteristics of a layer that contains RTF.
Programming the looper attributes
All the looper attributes can be handled by programming......
Information 37: Optimize your FOR loop
Creating a report
The report editor allows you to easily create all types of reports via a wizard......
Drive (Type of Variable)
The Drive type allows handle a Drive generically. To use this type of Variable, it is necessary to connect to the desired Drive.
Error 704: The property does not exist on