ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Error 109: The fixed string is too long
Selects one or more elements in a List Box, ListView or Combo Box control....
Pinned (Property)
The Pinned property is used to: Pinned or not a field: the pinned field will be positioned in relation to the visible area of its container instead of the content area.. Determine if a control is pinned....
The Image Editor control
The "Image Editor" control is a rich control that allows end users to create and edit images in their WINDEV applications......
Edit options of a report
The report editor allows you to......
Pivot Table control in a report
The report editor allows you to create "Crosstab" reports......
I was using C with WINDEV 5.5. How to proceed in WINDEV 2024?
You have the ability to use external languages with WINDEV......
WDInst: configuring the interface of setup program
By default, WDInst (the setup editor) proposes a standard setup program (the wallpaper corresponds to a gradient shade of blue and no slide is displayed......
Stored procedures and queries (HFSQL Client/Server)
The stored procedures are used to simplify the development and the maintenance of your applications by factorizing the code......
Working with the Source Code Manager
The principle for working with the Source Code Manager is as follows......
AAF: Context menu of Image controls
A context menu is available for Image controls......
Changing the version of projects found in SCM
When several projects share elements in the same SCM, changing the version of WINDEV and WEBDEV projects......
pdfAttachment (Type of variable)
The pdfAttachment type is used to define all the advanced characteristics of an attachment in a PDF document.
Handling a .NET 3.0, 4.0, ... field (WPF) by programming
WINDEV allows you to manipulate a .NET 3.0, 4.0, ... (WPF) field by programming......
AAF: Handling the columns of a Table control
The Table controls displayed in a window allow the end user to perform several operations......
InitialWidth (Property)
The InitialWidth property is used to: Find out the initial width of a control or window. Modify the base width used to anchor the controls in "width". Find out the initial width of a report control....
FlexWrap (Property)
The Property FlexWrap allows you to know and modify the management of the return to row of the fields of a row of a Flexbox field ( Property 7900 corresponding CSS "flex-wrap").
Type of windows created by RAD
The wizard for window creation proposes several types of windows associated with HFSQL data files......
zipExist (Function)
Used to find out whether an archive exists.
HPriority (Function)
Finds out and modifies the priority of the calling application.
SaaSAdminFindSite (Function)
Find a site in the database of SaaS Webservice.
SaaSAdminFindUser (Function)
Finds a user of a SaaS client account.
HsMenu,Mark (External language)
Finds out whether a menu option is marked or not.
MVP overview: Model - View - Presenter
MVP is the acronym for MODEL - VIEW - PRESENTER......