ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Animation of controls
WINDEV and WINDEV Mobile allow you to animate the controls found in a window......
Control Center of WINDEV executables (WDADMINEXE)
When a WINDEV application is installed in network, a program used to remotely check the application executables is automatically created......
Pinned area in a page: fixed area on the screen
A fixed area in a page is a page section that remains visible even if the Web user moves the browser scrollbar......
Printing duplicate copies
For legal reasons, it may be useful to keep an identical copy of a report (an invoice for example)....
Properties associated with the areas defined in Zoning mode
SQL: Managing joins (INNER JOIN, OUTER JOIN)
To select records coming from several data files, joins must be used in the SQL query......
Responsive Web Design: Managing slices
In the WEBDEV editor, different resolutions are represented via slices......
Mobile-friendly website: available methods
WEBDEV includes several page creation methods that allow you to create mobile-friendly websites......
Positioning table
Positioning the elements in a page is simplified by the use of a positioning table (HTML table)......
Anchoring in a page
In a page, the anchors define how the content of a page will behave when the page is enlarged by the Web user....
The report editor
WINDEV, WEBDEV and WINDEV Mobile allow you to create reports with the report editor......
Flexbox control description: Details tab
The "Details" tab of the Flexbox control description window allows you to define how the control reacts when the browser is resized horizontally or vertically......
The Internal Window control
The "Internal Window" control is used to include a window (and its code) in a control of another window......
13. Types of standard controls
Anchoring applied to window controls
The windows of a WINDEV application can be resized at runtime......
HRead (Function)
Reads a record in a file according to a given record number.
<Source>.Read (Function)
Reads a record in a file according to a given record number.
<Source>.ReadSeekFirst (Function)
Sets the position on the first record whose value for a specific item is strictly equal to a sought value (exact-match search).
<Source>.SeekFirst (Function)
Positions on the first file record whose value for a specific item is greater than or equal to a sought value.
HSeekFirst (Function)
Positions on the first file record whose value for a specific item is greater than or equal to a sought value.
HReadSeekFirst (Function)
Sets the position on the first record whose value for a specific item is strictly equal to a sought value (exact-match search).
<Source>.ReadSeekLast (Function)
Sets the position on the last record whose value for a specific item is less than or equal to a sought value (exact-match search).
HSeekLast (Function)
Sets the position on the last file record whose value for a specific item is less than or equal to a sought value.
HReadSeekLast (Function)
Sets the position on the last record whose value for a specific item is less than or equal to a sought value (exact-match search).
<Source>.SeekLast (Function)
Sets the position on the last file record whose value for a specific item is less than or equal to a sought value.
1
3
4
5
6
7
17
>