ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Optional connection information
When defining the connections in the data model editor or when defining the connections through programming, you have the ability to specifier the optional connection information...
FinInterestRate (Example)
Usage example of the FinInterestRate function
xmlDocument (Type of variable)
The xmlDocument type is used to handle an XML file.
The different types of windows
The following types of windows can be created in a WINDEV application......
Creating an action plan
The action plans group all actions that will be performed by the software factory....
fCurrentDrive (Example)
Usage example of the fCurrentDrive function
Content (Property)
The Content property is used to read or write the whole content of a control: List Box populated programmatically, Combo Box populated programmatically, Spreadsheet....
sfSessionInfo (Type of variable)
The sfSessionInfo type is used to get information about the current session...
Native MariaDB Connector: Specific features
The Native MariaDB Connector creates "InnoDB" tables to support locks and transactions on a MariaDB database......
Native MySQL Connector: Specific features
The Native MySQL Connector (also called "Native MySQL Access") creates "InnoDB" tables to support locks and transactions on a MySQL database......
Vertical (Property)
The Vertical property is used to: determine if a control is oriented horizontally or vertically. change the orientation of Table and Looper controls (switch from vertical to horizontal and conversely)....
NewLine (Property)
The NewLine property is used to determine: in a Table control, whether the current row was created with TableAddXXX or TableInsertXXX. in a Looper control, whether the current row was created with LooperAddXXX or LooperInsertXXX. in an Organizer control, whether an appointment was created via the popup menu. in a Scheduler control, whether an appointment was created via the popup menu....
TableInsertLine (Function)
Inserts a row into: a Table control, a TreeView Table control....
SemaphoreCreate (Function)
Creates a semaphore.
HSetReplication (Function)
Temporarily disables (or re-enables) the replication.
ErrorInfo (Function)
Retrieves information about the last error that occurred in a function of a WINDEV, WINDEV Mobile or WEBDEV component.
TableAddLine (Function)
Adds a row in: a Table control, a TreeView Table control....
TestWriteResult (Function)
Writes information or an error into the status report of a unit test, in the test editor.
PicSave (Function)
Saves the image found: in an Image Editor control. in a WDPic variable....
ImageYPos (Function)
Returns the vertical position (Y) of the mouse cursor in relation to the specified Clickable Image control.
DDEWarmLink (Function)
Creates a warm link with a data.
fUncompress (Example)
Usage example of the fUncompress function
fDelete (Example)
Usage example of the fDelete function
WDSQL: Connecting to a database
The first operation to perform in order to use WDSQL is to establish the connection to a database......
WEBDEV 2024: New WLanguage features
In version 27, new functions, properties and data types have been introduced and some have been improved......
Events associated with Flex controls
List of events associated with Flex controls...