ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

MatMultiply (Function)
Multiplies two matrices.
MDITop (Property)
The MDITop property is used to determine and change the distance between the top border of the MDI parent window and the top border of the MDI area.
Exporting elements to a directory
All the elements handled by a project (window, report, classes, set of procedures, queries, ......
Automated test created by the user
WINDEV allows the user to record a test scenario in order to send it to the quality service or to the developer......
Display modes, transparency and symmetry of an image
An image can be displayed in a window, a window control, a report control, a page control or a block according to several display modes....
Start of Document block
The Start of document block is printed once at the beginning of the report execution......
Creating a .NET assembly from WINDEV
To create a.NET assembly, ......
RGBToHTML (Function)
Returns the HTML color corresponding to the RGB color.
TopMargin (Property)
The TopMargin property sets the top margin of an element.
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......
<Table>.SwapLine (Function)
Swaps: two rows in a Table control populated programmatically. two branches in a Treeview Table control populated programmatically....
SocketWrite (Function)
Writes a message intended to another socket.
Drawing constants
List of constants used by the drawing functions....
"Preset controls" pane
The "Preset controls" pane proposes several preset controls that can be included in the current window or in the current page by "Drag and Drop"......
SocketClose (Function)
Closes a socket or a connection to a server socket.
Image drawing and processing functions
List of image drawing and processing functions...
SocketWaitForConnection (Function)
Run on the server, this function is used to wait for a connection request coming from the client sockets.
Image control in a page
Comparing controls
In some cases, you may need to compare two controls in one or more windows or pages......
SocketConnectSSL (Function)
Used to establish a secure connection to an SSL server.
Configuring a WINDEV SOAP server
WINDEV allows you to easily manage the SOAP protocol by allowing you to create......
LoWord (Function)
Returns the two low bytes of an integer.
HiWord (Function)
Returns the two high bytes of an integer.
TableMoveLine (Function)
Moves a row or swaps two rows in a Table control.
SocketAccept (Function)
Run on the server, this function accepts a request for connecting to an existing socket found on the server.