ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Max (Function)
Returns the greatest value passed as parameter.
Cardinalities
The cardinalities are used to count the links between the files......
Link Description (Type of variable)
A Link Description variable is used to describe a link between two data files through programming.
DateToDateInYear (Function)
Returns the number of the day in the year corresponding to a given date.
<Type Date>ToDayInYear (Function)
Returns the number of the day in the year corresponding to a given date.
CancelAWPContext (Function)
Deletes from the AWP context a variable that was added by DeclareAWPContext.
PythonExecute (Function)
Executes a function present in a Python module.
<websocketClient variable>.Disconnect (Function)
Disconnects a client from a WebSocket server.
<websocketClient variable>.Send (Function)
Sends a message from the WebSocket server to the client.
StreamInfo (Function)
Returns the name and/or number of the stream issuer....
Declaring a procedure/a function
The different syntaxes for declaring a procedure...
WebSocketSend (Function)
Sends a message from the WebSocket server to the client.
WebSocketDisconnect (Function)
Disconnects a client from a WebSocket server.
ComponentLoad (Function)
Loads an external component. This component can be: an external component present in the current project. an external component independent of the current project....
SQLExec (Function)
Names and runs an SQL query.
PythonInitialize (Function)
Specifies the location of the Python DLL to be loaded.
Python functions
The Python functions are as follows......
PythonAddPath (Function)
Adds the path to a directory or the path to the virtual environment to search for Python modules.
StreamReject (Function)
Refuses a request for stream connection.
StreamAccept (Function)
Associates a stream connection request with a Conference control.
StreamConnect (Function)
Connects a stream (and the associated control) to a specific address.
OpenSister (Function)
Opens a non-modal sibling window.
The Button control
The Button control allows the user or the Web user to run a specific action with a simple click......
<websocketClient variable>.Execute (Function)
Executes a global procedure in the context of a client connected to the WebSocket server.
WebSocketExecute (Function)
Executes a procedure in the context of a client connected to the WebSocket server.