ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Zombie data files and items
During the life of an application, items live and die......
GetCountryISO (Function)
Returns the desired ISO code of a country corresponding to the caption or ISO code (of a different type) of the country according to the ISO 3166-1 standard.
InFactoryMode (Function)
Indicates whether the code is run by an action plan of the software factory.
The Radio Button control
The Radio Button control is a control allowing the user to select an option among several ones......
Handling an iFrame control through programming
WEBDEV allows you to handle an iFrame control by programming......
Setting the initial focus to a control (AAF)
The context menu of Edit controls includes the option "Set initial focus to this control"......
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......
Undocking the editors
Who has never wanted to view the code and the UI at the same time, without being constrained by the environment? WINDEV, WEBDEV and WINDEV Mobile allow you to "detach" the editors from the environment of the main window......
End of break block
The End of break block is optional......
Characteristics of Table controls in a page
Table controls allow you to display and/or enter data......
UMC: Implementing and managing the "User Macro-Codes"
Regardless of the skill of the development team, the end user will always want to do something that has not been planned for......
WinInitialized (Function)
Used to find out whether the "end of initialization" code was run for a window.
Positioning marks in the code
The positioning marks are used to "tag" specific lines of code......
Splitting Business logic / UI code
During the development cycle of an application, the code that is specific to the interface (UI) and the code that is specific to the business logic (access to databases, etc.) are often "mixed"...
InWidgetMode (Function)
Indicates whether the code is run in Android Widget mode.
InPHPSimulatorMode (Function)
Indicates whether the code is run in PHP simulator mode.
Custom title bar with menus and controls
There is a new trend in UI design: application menus in the title bar!...
Error 1001: The operators: and:: can only be used in the methods of classes
Using the UI modification when running a project or window test
End users can directly modify the interface of the application (according to the options specified by the developer).......
SCM administrator
The SCM administrator (Source Code Manager) allows you to handle the different projects included in the Source Code Manager......
Code coverage
The code coverage is the measure regarding the coverage of tests run on an application or site......
Handling an OLE control by programming
WINDEV enables you to handle an OLE control by programming......
FullName (Property)
The FullName property is used to find out the full name: of a control. of a window. of a menu option. of a table column....
<Menu>.InsertOption (Function)
Inserts a new option at a specific position.
Summary table: Installing an application developed in WINDEV
When developing an application, one of the important steps consists in deploying this application on the user computers......