ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Data model editor: the different types of items
The different types of items proposed in the data model editor are as follows:
The Active WEBDEV Pages
You want to reference several pages of your WEBDEV site?......
AnimationEnabled (Function)
Enables or disables the animations in the controls.
HSetREP (Function)
Enables or disables the management of .REP file.
tapiDialerDisplay (Function)
Opens the default telephony application (dialer) and displays the specified number. No call is made.
EmulateSimulator (Function)
Emulates the window of the mobile (Android/iOS) simulator....
WinEdSaveNote (Function)
Exports the repositionable notes created by the user into a file.
Generating the analysis
The analysis generation comes before the programming phase and after the file description phase......
MapChangeStyle (Function)
Changes the style of the map displayed in the Map control.
Working with the Source Code Manager
The principle for working with the Source Code Manager is as follows......
Break in a Table control
A break in a Table control is used to group the data corresponding to one or more arguments......
Break in a Looper control
A break in a Looper control is used to group the data corresponding to one or more arguments......
SaaSConnectedUser (Function)
Returns the user currently connected via SaaSConnect.
Search in the editors
Being able to perform a search in the editors significantly improves efficiency......
ListDeleteAll (Function)
Clears a List Box, ListView or Combo Box control populated programmatically.
ListDelete (Function)
Deletes an element from a List Box, ListView or Combo Box control populated programmatically.
2. Projects in practice
Discover the main operations that can be performed on a project....
Special paste
The Special paste command is used to explicitly choose the format in which the clipboard content will be pasted in the window editor......
Configuring an existing project for the SCM
Some operations are required before an existing project can be used by the Source Code Manager......
dEndDrawing (Function)
Deletes all the drawings made since the last call to dStartDrawing.
Log-based replication
The replication is the operation allowing you to keep updated remote databases of identical structures on which several operations are performed......
Choosing the type of image: dynamic, static, generated, ...
The images are often used to illustrate the site pages......
CrosshairColor (Property)
The CrosshairColor property is used to get and change the color of the crosshair in a Chart control.
Handling an iFrame control through programming
WEBDEV allows you to handle an iFrame control by programming......
Refreshing the page data
In a dynamic WEBDEV site, the page data is refreshed during a user action......