ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ControlFindTextFirst (Function)
Finds and selects the first element corresponding to the sought text in a window or control.
Execute (Function)
Starts the execution of a process through programming.
HCreationIfNotFound (Function)
Performs the following operations: If the file does not exist, creates an empty data file (".FIC" file) with the index file and the memo file if necessary. The function is equivalent to HCreation. If the file exists, opens the file....
ControlFindHighlight (Function)
Highlights, in a window or control, all the captions and texts corresponding to a given text.
1. WLanguage
WINDEV Tutorial: WLanguage basics Lesson 1 - WLanguage - 5 min
TableSelectPlus (Function)
Selects a row in a Table or TreeView Table control.
2. Creating files in the analysis
WEBDEV Tutorial - Creating a WEBDEV project and its analysis Lesson 2 - Creating files in the analysis - 40 min
StoreTheValue (Property)
The StoreTheValue property is used to: Find out whether a control keeps its value between two application starts via the persistence. Modify a control so that it keeps (or not) its value between two application starts via the persistence....
fListFile (Function)
Lists the files found in a directory and returns the list of files.
Dashboard constants
Constants used by the functions for managing Dashboard controls...
TreeCollapse (Function)
Collapses a branch previously expanded.
ErrorThrow (Function)
Throw a non-fatal error.
HeightInPixel (Property)
The HeightInPixel property is used to get the height in pixels of a control in a report.
SQLConnect (Function)
Connects the current application to a database that must be interrogated via SQL.
MyParent (Reserved word)
MyParent is used to handle...
Implementing the log process in an application
Regardless of the data files used by your application (HFSQL Classic or HFSQL Client/Server), the log process can be implemented on these data files......
WHILE statement
In a WHILE statement, the expression is evaluated at each beginning of the block of statements...
Nation (Function)
Defines or identifies the display language (captions, messages, ...) used for the windows, pages, reports and controls.
Testing and debugging a WINDEV project on the user computer
WINDEV offers multiple possibilities to test and debug a project directly on the development computer (see Testing and debugging a WINDEV executable on the development computer)......
HDelete (Function)
Deletes a record from a data file (query or view).
EmailUpdate (Function)
Updates the messages of MS Exchange according to the email server.
RightClick (Property)
The RightClick property gets and sets the name of the Button control that will be executed when an object is right-clicked.
5. Modal, non-modal or MDI windows
Modal, non-modal or MDI windows...
SQLConnectWS (Function)
Connects the current application to a database that will be queried by SQL through a Webservice proxy (SOAP).
gFontStrikeout (Function)
Builds a sequence of characters used to specify whether the text that follows the call to this function is crossed out or not.