ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

GetCountryList (Function)
Returns the list of countries according to the ISO 3166-1 standard.
ThreadPersistent (Function)
Makes a thread persistent.
BrowserIPAddress (Function)
Returns the IP address of the client computer connected to the WEBDEV site.
Events associated with Spin controls
List of events associated with Spin controls...
Input suggestions in an Edit control
Implementing input suggestions in an Edit control is very simple......
HTransactionStart (Function)
Starts a transaction on the data files (HFSQL or accessed via a Native Connector) and creates the transaction file.
GesturePointerType (Function)
Returns the type of pointer used on the device: finger, mouse or stylus.
Testing a window
Testing a single window allows you to run the current window in WINDEV or WINDEV Mobile......
WDMap: Modifying the display mode of records
By default, WDMap displays the records found in a data file by using the following rules......
SocketChangeTransmissionMode (Function)
Changes the transmission mode used on a socket.
HTMLAttribute (Property)
The HTMLAttribute property reads and changes the HTML attributes of the control.
Libraries (.WDL file)
A library is a WDL file that contains all WINDEV or WEBDEV resources ......
NFC constants
List of constants used by the NFC functions...
BrowserClose (Function)
Closes the current browser window and stops the execution of the current code.
ExeListProcess (Function)
Returns the list of applications currently run.
HConnectionQuality (Function)
Returns the quality level of connection: the higher the level is, the faster the connection will be.
MapFollowMovement (Function)
Displays the current location of the device in a Map control and updates the location as it moves.
OpenPopup (Function)
Opens a popup window and waits for this window to be closed.
ControlToSource (Function)
Assigns the control value to the source of a control link.
TableFormulaDeleteAll (Function)
Deletes all formulas added with TableFormulaAdd.
Native Oracle Connector for WINDEV and WEBDEV
WINDEV and WEBDEV support an optional Native Oracle Connector (also called Native Oracle Access......
Procedure (Type of variable)
The Procedure type is used to handle: the procedures or methods found in the project. the procedures or methods found in an internal component. the procedures or methods found in an external component....
iCloseReport (Function)
Stops printing the current report immediately.
diagBorder (Type of variable)
The diagBorder type is used to define all the advanced characteristics of a border (or borders) of a shape used in a diagram.
Handling HTML text in an Edit control
WEBDEV allows you to handle text in HTML via the "HTML format" option of the Edit controls and the HTML control....