ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HFilterStartsWith (Function)
Defines and enables a "Start with" filter on a file, view or query.
ThreadExecute (Function)
Starts the execution of a secondary thread.
LOOP statement
The statement block is repeated endlessly...
FTPConnect (Function)
Connects the current computer to an FTP server (File Transfer Protocol).
Data persistence
The data persistence is used to store the value typed by the user......
Constants used by properties associated with windows, reports, pages and controls
List of constants used by properties associated with windows, reports, pages and controls....
Single Page App
A "Single Page App" is a Web application (Internet or Intranet) whose all pages are grouped in a single page......
ExtendedInfo (Property)
The ExtendedInfo property is used to get additional information: about a data file accessed by a Native Connector or HFSQL Client/Server. about an item accessed by a Native Connector or HFSQL Client/Server. about a connection. In this case, this property is equivalent to CtExtendedInfo....
H.LanguageCreationUnicode (Variable)
Allows you to define the characteristics of the sort for the Unicode items found in a data file.
WINDEV Mobile Framework License Agreement
PositionOccurrence (Function)
Finds the Xth position of a string within another string.
fOpen (Function)
Opens an external file (ANSI or UNICODE) in order to handle it through programming.
HReset (Function)
Initializes: one or all variables of file items with their default values. one or all items of a Record variable with their default values....
dbgAssert (Function)
Used to find out and signal the possible errors via an assertive programming.
iDestination (Function)
Configures the print destination.
BackgroundImage (Property)
The BackgroundImage property is used to identify and modify the background color of an element: window, page, control or report.
The Drawer control
The Drawer control can be expanded in order to display (or not) the integrated controls......
1. Simple layouts
WEBDEV Tutorial - WEBDEV layouts Lesson 1 - Simple layouts - 30 min
Local procedure
Two types of procedures are available......
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....
TableCollapseExpand (Function)
Collapses or expands an element in a Table or TreeView Table control.
Indirection operators
The { and } operators are used to access a control, a variable, a class member or a file item by dynamically building the name of control, variable, class member or item...
HSetIntegrity (Function)
Enables or disables the management of an integrity constraint on a file link.
WHILE statement
In a WHILE statement, the expression is evaluated at each beginning of the block of statements...
TableSearch (Function)
Performs a search in: a Table control, a TreeView Table control, a table displayed in a Combo Box control....