ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

spAge (Property)
The spAge property gets the time elapsed since the password was last changed.
HNext (Function)
Sets the position on the next data file record according to a browse item.
<Source>.Next (Function)
Sets the position on the next data file record according to a browse item.
LineSpacing (Property)
The LineSpacing property gets and sets the line spacing for variables of type Font.
HFSQL Control Center: Creating and executing a query
The HFSQL Control Center allows you to create a query based on the data files of the database currently displayed in the Control Center......
Native PostgreSQL Connector: Programming with HFSQL functions
To use a PostgreSQL database with Native Connector (also called Native Access), the structure of PostgreSQL tables must be imported into the WINDEV or WEBDEV analysis......
Import from previous versions
To install a dynamic WEBDEV site on a web server, you will need deployment accounts......
Social network: Available targets
This page presents the different possibilities of Social Network control according to the selected options......
WDInst: including an "autorun" in a setup on CD
An "autorun" can be run (or not) when the setup CD is inserted into the drive of the setup computer......
Associating documents with the project
To describe a project in detail, you can associate documents with it......
ControlExecuteModification (Function)
Considers that the control has been modified by the user (the Modified property is set to True for the control and for the window if necessary) and runs the "Whenever modifying" WLanguage event associated with the control.
WDMSG
You can create multilingual projects in WINDEV, WEBDEV or WINDEV Mobile......
InSimulatorMode (Function)
Used to find out whether the application is started in "simulator test mode" from WINDEV Mobile.
Screen,First (External language)
Indicates the name of the first editable control or the name of the next control that must be in edit.
HListScheduledOptimization (Function)
Lists the scheduled optimization tasks of HFSQL Client/Server data files for a connection....
DisplayLink (Property)
The DisplayLink property gets and sets the display mode of the links in a Gantt Chart column.
dbgCheckDifferent (Function)
Checks whether the specified expressions are different in assertive programming and in automated test mode.
dbgCheckTrue (Function)
Checks whether an expression is set to True in assertive programming and in automated test mode.
Scroll (Property)
The Scroll property gets and sets the scroll value in a Scrollbar or Range Slider control.
TestCheckTrue (Function)
Checks whether an expression is set to True in assertive programming and in automated test mode.
TestCheckDifferent (Function)
Checks whether the specified expressions are different in assertive programming and in automated test mode.
<Connection variable>.ListScheduledOptimization (Function)
Lists the scheduled optimization tasks of HFSQL Client/Server data files for a connection....
Managing breakpoints
During a project test in the editor, breakpoints are used to automatically start the debugger from a given line......
OCR: Convert an image to text
An OCR (Optical Character Recognition) system analyzes an image to extract the text it contains......
Opening a window from a secondary thread
A secondary thread cannot directly open a window with the standard WLanguage functions such as......