ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HTransactionFree (Function)
Transforms all the records "in transaction" into "Normal" records if these records do not belong to a transaction currently in progress.
Cursor constants
List of constants used by the functions for managing cursors and the mouse...
Characteristics of the columns of a Table control in a page
The columns are used to display information in a Table control....
RGBGreen (Function)
Returns the green component of an RGB color.
RGBRed (Function)
Returns the red component of an RGB color.
Creating a RAD pattern
From version 12, a new RAD technology has appeared......
RGBBlue (Function)
Returns the blue component of an RGB color.
SocketCreateBluetooth (Function)
Creates a socket using a Bluetooth device.
CursorCapture (Function)
Directs all the events associated with the mouse toward a specific window or control, regardless of the screen object where the mouse event occurs.
RGBToHTML (Function)
Returns the HTML color corresponding to the RGB color.
Install WDTRAD
WDTRAD is automatically installed along with WDMSG and/or WDINT....
SQL functions for accessing the external databases
List of SQL functions used to access the external databases...
HTransaction (Function)
Starts a transaction on the data files (HFSQL or accessed via a Native Connector) and creates the transaction file.
Animating the windows of a WINDEV application
To give your applications an outstanding style and to impress the users when starting your applications, the windows can be animated when they are opened and/or closed......
<Organizer>.DisplayPreviousPeriod (Function)
Moves the time area displayed to the previous area (previous weeks for example) in an Organizer control.
Creating a .NET assembly from WINDEV
To create a.NET assembly, ......
Image drawing and processing functions
List of image drawing and processing functions...
SocketClose (Function)
Closes a socket or a connection to a server socket.
HTransactionStart (Function)
Starts a transaction on the data files (HFSQL or accessed via a Native Connector) and creates the transaction file.
SocketWaitForConnection (Function)
Run on the server, this function is used to wait for a connection request coming from the client sockets.
Native Oracle Connector: Programming with SQL functions
The SQL functions can be used to handle the ORACLE database, regardless of whether WDORAINS is used or not to configure the accessed database......
Exporting elements to a directory
All the elements handled by a project (window, report, classes, set of procedures, queries, ......
Find/Replace in the current project
The "Find/Replace" feature is used to......
Drawing constants
List of constants used by the drawing functions....
SocketAccept (Function)
Run on the server, this function accepts a request for connecting to an existing socket found on the server.