ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The planes (in a window or in a report)
The planes are used to group the window controls......
Iteration block (or substitution block)
The Iteration block is a free block, created manually in the report editor ("Report......
GranularityMovement (Property)
The GranularityMovement property is used to get and change the size of the grid to move: appointments in an Organizer control. appointments in a Scheduler control. events in a TimeLine control. tasks in a Gantt Chart column....
MVP: Simple single-file example: Table + Linked file
Let's see a simple and illustrated example about the use of MVP to create a Table window with its linked form......
MyHostControl (Reserved word)
The MyHostControl keyword is used to handle the WEBDEV Page control from the code of the page it displays.
Modal windows
The window that opens another window is called parent window; the window opened by the parent window is called child window......
Classes, members, methods and properties
A class is made of......
Restoring an HFSQL Client/Server database
A backup of a HFSQL Client/Server database can be restored at any time......
Client/Server transactions: Available isolation modes
The HFSQL engine proposes to isolate the transactions......
Context menu of TreeView controls (AAF)
Each TreeView control found in a window proposes a popup menu to the user......
Crosshair in a chart
In a Line chart, it may be difficult to read the value of axes for a point that is far from these axes......
Coloring a row, a column or a cell found in a control (AAF)
To simplify the reading in the controls used to view large volumes of data, the end user has the ability to color the data found in the control......
Testing a dynamic project (session or AWP mode) from WEBDEV
The test of the entire project allows simulating the startup of the site......
Page (Property)
The Page property is used to handle the page loaded in the WEBDEV Page control.
2. Managing a Client/Server database
WINDEV Tutorial: Using an HFSQL Client/Server database Lesson 2 - Managing a Client/Server database - 20 min...
gglEvent (Type of variable)
The gglEvent type is used to describe and modify an event of a calendar...
Point (Type of variable)
A Point variable is a structured type that is used to represent a position (X, Y) in 2 dimensions.
docStyle (Type of variable)
The docStyle type is used to define the advanced characteristics of a style belonging to a document, a paragraph or a document fragment.
Millisecond (Property)
The Millisecond property is used to: Retrieve the number of milliseconds from a Time, DateTime or Duration variable. Modify the number of milliseconds in a Time, DateTime or Duration variable. Retrieve the milliseconds or the number of milliseconds from a Date item (in "Date and Time" or "Duration" format) Modify the milliseconds or number of milliseconds in a Date item ("Date and Time" or "Duration" format)...
Second (Property)
The Second property is used to: Retrieve the number of seconds from a Time, DateTime or Duration variable. Modify the number of seconds in a Time, DateTime or Duration variable. Retrieve the seconds or the number of seconds from a Date item (in "Date and Time" or "Duration" format) Modify the seconds or the number of seconds in a Date item (in "Date and Time" or "Duration" format)...
The Drawer control
The Drawer control can be expanded in order to display (or not) the integrated controls......
Dictionary properties
The properties of a WDTRAD dictionary are as follows......
Event
The Event keyword can correspond to:
AAF: Expanding or collapsing a tree structure (Table or TreeView Table control)
The TreeView and TreeView Table controls give the end user several options via the context menu......
AttachPointStart (Property)
The AttachPointStart property is used to get and change the position of the start attachment point of a Wire control.