ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SQLite: Programming with HFSQL functions
To use an SQLite database with Native Connector (also called Native Access), the structure of SQLite tables must be imported into the data model editor....
Creating and distributing Active WEBDEV Pages
To transform a page in Session mode into an Active WEBDEV Page:...
Creating a table in a report
Tables can be created in a report......
BurnerAddDirectory (Function)
Adds all the files found in a directory to the compilation.
2. Layouts: Managing menus
WEBDEV Tutorial - WEBDEV layouts Lesson 2 - Layouts: Managing menus - 30 min
Creating a service with WINDEV
A service is a specific type of application intended to be run without any user intervention......
Creating a WINDEV application for Linux
WINDEV allows you to create native 64-bit Linux executables. Their UI is developed with the window editor....
9. Types of standard controls
Types of standard controls...
JWTParameters (Type of Variable)
The JWTParameters type allows you to define all the information necessary to perform JTW authentication.
The charts
To include charts in your applications or in your sites, WINDEV, WEBDEV and WINDEV Mobile include......
Value of constants for the Windows 32-bit API
Value of constants for the Windows 32-bit API...
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....
Timer (Function)
Periodically and automatically calls a WLanguage procedure.
TableDeleteWithAnimation (Function)
Deletes a row from a Table control, from a TreeView Table control (or from a table displayed in a Combo Box control) with an animation.
Sequence of events associated with reports
Several operations are performed when printing a report. These operations are performed in the following order......
CSS styles (Cascading Style Sheet)
The CSS styles are the standard styles used on Internet......
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......
NextTitle (Function)
Modifies the title of next window to open.
SaveParameter (Function)
Saves a persistent value in the registry or in another file specified by InitParameter.
HPrevious (Function)
Positions on the previous file record according to a browse item.
Menu option: operation performed and action
An option of a drop-down or context menu in a page can be associated with an action......
HBuildKeyValue (Function)
Builds the value of a composite key to implement a filter (HFilter) or to perform a search (HReadSeekFirst, HReadSeekLast, etc.).
Installing a WEBDEV site
There are two methods to install a WEBDEV site on a Unix server......
HNext (Function)
Sets the position on the next data file record according to a browse item.
WindowFromSource (Function)
Automatically initializes the controls of a window with: the values of the bound items in the current record (loaded in memory) of the HFSL data file described in the data model editor. the values of the bound WLanguage variables....