ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HDBOpen (Function)
Opens the xBase data file and the "memo" file if it exists.
xBase files: Limits
SizeUnit (Property)
The SizeUnit property gets and sets the font size unit.
<WDPic variable>.Font (Function)
Declares the font that will be used by dText in a WDPic variable.
<picLayer variable>.Font (Function)
Declares the font that will be used by dText in a picLayer variable.
<sfConnection variable>.Search (Function)
Performs a search among the records found in a Salesforce database.
SCM: Check-in policy
The SCM gives you the ability to define a check-in policy......
Recycle code windows
By default, a single code window is opened per ......
Printing during the report test in the editor
During the test of a report ("Go" button from the report editor), several print options are proposed......
Automatic features of edit controls
Edit controls provide multiple automatic features available in all the controls of your applications without writing a single line of code......
How to create a menu?
WDConver : Use in interactive mode
Before you start using WDConver, you must have......
Software Factory: Setup
To use the software factory, a coordinator must be installed on a computer as well as the different robots that will perform the tasks found in the action plans....
External language: Programming in Java
We are going to call the elements developed in WINDEV (project, windows, analysis, ......
Advanced management of class instances
The advanced management of instances is used to choose the mode for taking reference. This choice directly impacts the freeing of the class objects: depending on the selected take of reference, the "Destructor" will not be called at the same time....
Spreadsheet control in a report
The spreadsheet is one of the most often used business tools. You have the ability to create reports that print the data found in a spreadsheet....
Zombie procedures
In most cases, old code contains procedures that are used but that do no longer match the current quality standard......
Developing a SaaS site
A SaaS site is developed as a standard WEBDEV site. Some additional operations must be performed......
EnumMenu (Function)
Returns: the name of nth option or sub-option found in the main menu of window. the name of nth option or sub-option found in a custom context menu (created with WINDEV or WINDEV Mobile)....
Context menu associated with Table controls and their columns (AAF)
WINDEV applications automatically include a context menu for Table controls, TreeView Table controls and their columns......
WDMap: Adding, modifying and deleting the records of a data file
WDMap allows you to perform simple operations (addition, modification or deletion) on the records found in a data file......
dLoadImage (Function)
Loads an image in an Image variable from a memo, a file or a binary buffer.
HRSAddConfig (Function)
Adds a replication between two HFSQL server onto the master server.
MenuAddPopup (Function)
Transforms a menu option of a page in order for this option to open a popup.
MapAddMarker (Function)
Adds a new marker onto a map displayed in a Map control.