ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HReadSeek (Function)
Sets the position on the first record whose value for a specific item is greater than or equal to a sought value (generic search).
Browser code (WLanguage): Framework 2
From version 22, WEBDEV proposes a new WLanguage framework for the browser code...
TotalNbRec (Property)
The TotalNbRec property is used to: Get the number of records to be printed. Change the number of records to be printed....
OpenPopup (Function)
Opens a popup window and waits for this window to be closed.
WDTrans: Cancel the operations performed on a transaction file
If a transaction is in progress, cancels all operations performed on the files in transaction since the start of transaction......
AutomaticTooltip (Property)
The AutomaticTooltip property is used enable or disable automatic tooltips on List Box, Table and TreeView Table controls.
grAddData (Function)
Adds a data into a chart.
InitialState (Property)
The InitialState property is used to get the initial state of a control.
TableInfoXY (Function)
Returns for a given position in a Table or TreeView Table control (coordinates of a control point): the name of the column displayed for the specified position. the index of the row or column for the specified position....
fCacheDir (Function)
Returns the path of directory that will be used to store the data in cache on the internal storage space of application.
fImageSelect (Function)
Opens the image picker of Windows.
iCreateFont (Function)
Creates a new print font.
Hint (Property)
The Hint property gets and sets the hint text displayed when the Edit control is empty.
WINDEV, WEBDEV and WINDEV Mobile tools
The following tools are provided with WINDEV, WEBDEV and WINDEV Mobile...
Managing emails with "Simple MAPI"
Simple MAPI simplifies the management of emails received by the hosting company......
GuidedTour (Type of Variable)
The GuidedTour type allows you to define all the advanced characteristics of a guided tour and its stages.
GuidedTourStep (Type of Variable)
The GuidedTourStep type allows you to define all the advanced characteristics of a step of a guided tour.
FaxCompleteStatus Structure
The FaxCompleteStatus structure is automatically filled during the call to FaxStatus......
BTLEConnect (Function)
Used to connect to a Bluetooth Low Energy device.
FTPRenameFile (Function)
Renames or moves a file found on an FTP server (File Transfer Protocol).
FTPMakeDir (Function)
Creates a directory on an FTP server (File Transfer Protocol).
FTPDeleteFile (Function)
Deletes a file from an FTP server (File Transfer Protocol).
Setup on a local network (LAN)
FTPTime (Function)
Returns the different times (creation, modification or access) associated with a file found on an FTP server (File Transfer Protocol).
The Internal Window control
The "Internal Window" control is used to include a window (and its code) in a control of another window......