ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HDBIndex (Function)
Opens an xBase index file.
xBase files: Limits
WINDEV License Agreement
HDBOpenNoLock (Function)
In single-user mode, opens an xBase table without locking it.
HDBOpen (Function)
Opens the xBase table and the "memo" file if it exists.
HDBSortType (Function)
Returns or modifies the sequence of text items in the xBase files.
ControlFindTextPrevious (Function)
Searches for and selects the previous element corresponding to the text searched for in a window or field.
AJAXAsynchronousCallPending (Function)
Used to find out whether a server procedure called by AJAXExecuteAsynchronous is currently run.
Properties associated with the control templates
Several WLanguage properties can be used to handle a control template in a window or in a page......
Functions for managing Tab controls (prefix syntax)
The following functions are used to manage tabs......
HServerStatus (Function)
Allows you to find out the status of an HFSQL server (this function uses the MantaManager service).
HTransactionInterrupted (Function)
Used to find out whether a transaction was interrupted (the transaction was neither validated nor canceled).
Web Camera control properties
A Web Camera field can be manipulated in WLanguage in a page with the following properties.
psheetSelection (Variable type)
The psheetSelection type is used to find out the advanced characteristics of a selection in a Spreadsheet control.
sfDeletedRecord (Variable type)
The sfSeekDeletedResult type is used to find out the characteristics of a deleted record that was retrieved by SFSeekDeleted...
FinInterestRate (Function)
Calculates the interest rate for a loan over a specific period of time with fixed payments.
<Document variable>.Replace (Function)
Finds all the instances of a character string and replaces them with another string in a Document variable.
SearchValue (Property)
The SearchValue property gets and sets the value of the search field in an Action Bar.
ControlFindTextFirst (Function)
Searches for and selects the first element corresponding to the text searched for in a window or field.
Legend (Property)
The Legend property is used to: Find out the label of a series. Modify the label of a series....
LooperInfoXY (Function)
Used to find out the row or control located at specific position in the Looper control (X, Y).
NFC: Transferring data
NFC (Near Field Communication) is a wireless communication technology at short range and high frequency used to exchange data (named "tag") between two devices or between a device and a bullet even at short distance (few centimeters)......
Secure (Property)
The Secure property is used to configure the table encryption security level.
Animate a Label field
Two methods can be used to animate a Static Text control......
Programming automatic calculations in the columns of a Table control
Access rights to a class property
A property is a code element that includes two processes......
RTFSelection (Function)
Modifies or lists the attributes of the text currently selected in an RTF field (in a WINDEV window or report).
SQL commands available in an SQL query
WINDEV allows you to easily run queries in SQL code......
fDirExist (Function)
Checks the existence of a directory.
The Context Menu control (WEBDEV)
Context menus are often used in websites......