ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

FontSize (Property)
The FontSize property is used to: Identify the size of the font used in a control. Change the size of the font used in a control....
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).
Wi-Fi functions
Functions for Wi-Fi management...
Dialog box management functions
List of functions for managing dialog boxes...
Control management functions
List of functions for managing controls...
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).
Windows event management functions
List of functions for managing Windows events...
Diagram Editor control events
WINDEV manages the following events by default (in the order in which they appear in the code editor) for the Linear Slider controls and for the Range Slider controls...
You used WINDEV Mobile 28
Checking out an element
To work on a project element found in the Source Code Manager, you must check out the element before it can be modified......
The Shape control
The Shape control allows you to create geometric shapes in your windows and reports......
LST: The Technical Support Newsletter, the WINDEV and WEBDEV magazine
Properties available in Java
WINDEV allows you to generate a Java application without even knowing the Java language......
Live Data: viewing data in the editors
The "Live Data" is used to view the content of the data files in the controls currently created in the different editors of the product used (window editor, page editor, report editor, ......
<DateTime type>.ToEpoch (Function)
Converts a local datetime to Epoch format (number of time units since 01/01/1970 at 00h00 UTC)....
<Source>.Seek (Function)
Positions on the first record of the data file whose value for a specific item is greater than or equal to a sought value (generic search by default).
HSeek (Function)
Positions on the first record of the data file whose value for a specific item is greater than or equal to a sought value (generic search by default).
<Chrono>.End (Function)
Stops a stopwatch and returns the time elapsed (in milliseconds) since the start of timing (call to <Chrono>.Start).
Handling a Link control through programming (Page)
WEBDEV allows you to handle a Link control through programming......
8. Sharing a project in practice
<WDPic variable>.DrawLine (Function)
Draws a line in a WDPic variable.
Windows
The windows represent the main interface of a WINDEV application......
Keyboard shortcut on a button (AAF)
In an application developed with WINDEV, the user has the ability to implement a keyboard shortcut on a button......
Available features and specific features of Java
WINDEV allows you to generate a Java application without even knowing the Java language......
Handling Organization Chart controls programmatically