ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Printing the content of a table (AAF)
A Table control proposes an automatic popup menu allowing the user to perform several operations on the data displayed in the table......
WLanguage
The integrated WINDEV language, WLanguage, is powerful, simple and intuitive......
Configuring the connection with WDORAINS (optional setting)
For backward compatibility with the earlier versions of Native Oracle Connector (also called Native Oracle Access), the connection can still be configured in WDORAINS (supplied with Native Oracle Connector)......
Creating the link buttons in the windows of a WINDEV RAD pattern
Round (Function)
Returns the rounded value of a numeric value according to the specified number of decimal places.
SQLGetTextMemo (Function)
Retrieves the content of a Text Memo column found in the query result, for the current line.
Discover WINDEV Mobile
WINDEV Mobile tutorial: WINDEV Mobile overview Discover WINDEV Mobile - 10 min
Passing parameters
The parameters can be passed to a procedure......
8. OOP
WINDEV Tutorial - WLanguage basics Lesson 8 - OOP - 30 min
HServerStatus (Function)
Allows you to find out the status of a HFSQL server (this function uses the MantaManager service).
OrganizerAddAppointment (Function)
Adds a new appointment to an Organizer control.
Events associated with internal windows
List of events associated with internal windows...
SchedulerAddAppointment (Function)
Adds a new appointment into a Scheduler control.
Creating and generating an external component
A component must be created from a project containing all the elements required for the component......
Native MariaDB Connector: Programming with HFSQL functions
To use a MariaDB database with Native Connector, the structure of MariaDB tables must be imported into the WINDEV or WEBDEV analysis......
Native MySQL Connector: Programming with HFSQL functions
To use a MySQL database with the Native Connector (or Native Access), import the structure of MySQL tables into the WINDEV or WEBDEV analysis......
gr3DSParameter (Function)
Retrieves or modifies a parameter for drawing a chart in 3D Spatial mode.
SQLTransaction (Function)
Begins, commits or rolls back a transaction: on the files of a database opened by SQLConnect, on the files of a database opened by a connection (OLE DB or Native Access/Native Connector) described in the data model editor or by HOpenConnection....
HSynchronizeReplica (Example)
Usage example of the HSynchronizeReplica function
Native PostgreSQL Connector: Programming with HFSQL functions
To use a PostgreSQL database with Native Connector (also called Native Access), the structure of PostgreSQL tables must be imported into the WINDEV or WEBDEV analysis......
dbgInfo (Function)
Returns a debug information.
dPolyline (Function)
Draws a line composed of multiple segments.
Abs (Function)
Returns the absolute value: of a numeric value, of a numeric expression (integer or real). of a duration....
User Groupware
A Windows application, an Internet or Intranet site require to define the role of different contributors......
HNbRec (Example)
Usage example of the HNbRec function