ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Standard dialog boxes
The dialog boxes are standard windows that allow you to communicate with the user......
WDInst: choosing the type of setup to generate
WDInst allows you to create several types of setup......
Interactive notifications
A notification is a small window that appears at the bottom right of the screen, and that can be viewed at any time in the Windows notification area......
Editing the WEBDEV style sheet
In WEBDEV, you can manage all the styles used in a project......
<Destination>.CopyRecord (Function)
Copies: the content of the current record (loaded in memory) to the current table record. the content of the Record variable to the current table record....
Style sheet
A style sheet ("......
HCopyRecord (Function)
Copies: the content of the current record (loaded in memory) to the current data file record. the content of the Record variable to the current data file record....
Native Informix Connector: Programming with HFSQL functions
To use an Informix database with the Native Connector, import the structure of Informix tables into the WINDEV or WEBDEV analysis......
Typing multilingual texts
For a multilingual application, you have the ability to......
How to populate a TreeView control using a data file?
By default, the TreeView control cannot automatically display the data coming from a data file......
Manipulating TreeMap controls programmatically
WINDEV allows you manipulate a TreeMap control programmatically....
MoveColumn (Function)
Moves or swaps a column in a two-dimensional array property contained in an advanced type (xlsDocument, etc.).
CtAccess (Property)
The CtAccess property is used to set the type of access to the data file when connecting to a specific table via OLE DB.
CtDescribedAccess (Property)
The CtDescribedAccess property is used to set the type of access to the data file when connecting to a specific table via OLE DB.
Advanced management of class instances
The advanced management of instances is used to choose the mode for taking reference. This choice has a direct impact on the release of class objects: depending on the reference selected, the "Destructor" will not be called at the same time.....
Managing connections
WINDEV, WEBDEV and WINDEV Mobile propose different methods for describing a connection......
Types of help systems in a WINDEV application
There are multiple solutions to provide help to the users......
drag-and-drop operation set programmatically
The programmed Drag and Drop is used to entirely manage Drag/Drop between the different types of controls......
Native Sybase Connector: Programming with HFSQL functions
To use a Sybase database with Native Connector, the structure of Sybase tables must be imported into the WINDEV or WEBDEV analysis......