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....
Aliases on data files: HAlias
The aliases are used to handle......
<Table>.EndFilling (Function)
Ends the process to populate a Table or TreeView Table control programmatically.
OrganizerDisplayNextPeriod (Function)
Moves the time area displayed to the next area (next weeks for example) in an Organizer control.
OrganizerDisplayPreviousPeriod (Function)
Moves the time area displayed to the previous area (previous weeks for example) in an Organizer control.
TableEndFilling (Function)
Ends the process to populate a Table or TreeView Table control programmatically.
4. Create a page in the editor...
Applying the Responsive Web Design mode to an existing page
This help page explains how to apply the Responsive Web Design mode to an existing WEBDEV page......
Managing the Unicode format in the HFSQL files
The analysis proposes two types of Unicode items......
Check the "Responsive Web Design" pages
The pages in Responsive Web Design mode can be checked like any other WEBDEV page in the browser of your choice......
The "Line" charts
In the line charts, the data is interpreted as successive y coordinates of points......
MemOut (Function)
Used to find out whether the browse performed on a memory area is outside this memory area.
SCM: Check-in policy
The SCM gives you the ability to define a check-in policy......
Properties associated with columns of Table controls
You can manipulate columns of Table controls in a window or page using the following WLanguage properties......
CaptionWidth (Property)
The CaptionWidth property is used to get and change the width reserved for the text area in an Edit or Combo Box control.
Binding a Combo Box control to an item
10. Customizing the aspect of a site: skin elements
HeightWithAnimation (Property)
The HeightWithAnimation property is used to modify the height of a cell of a Layout control with the "Resize cell" animation defined: in the "Advanced" tab of the project description window ("Control animation" button). in the "Style" tab of the control or project....
WidthWithAnimation (Property)
The WidthWithAnimation property is used to modify the width of a cell of a Layout control with the "Resize cell" animation defined: in the "Advanced" tab of the project description window ("Control animation" button). in the "Style" tab of the control or project....
Various constants
List of various constants used by the constants WINDEV functions....
Parameters of a procedure with a variable number of parameters
When the procedure uses a variable number of parameters, you must be able to handle the different parameters passed to the function in the code of the procedure....
Programming the looper attributes
All the looper attributes can be handled by programming......
Information about a control found in a window or in a page
The window editor and the page editor allow you to get information about the controls used....
Handling data files in PHP
WEBDEV allows you to create a PHP site that handles data files......
Stemming (Property)
The Stemming property is used to enable stemming and to define the language used for stemming in a full-text index defined through programming.