ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

gpwMode (Function)
Returns the runtime mode of the User Groupware.
SocketWaitForConnection (Function)
Run on the server, this function is used to wait for a connection request coming from the client sockets.
SocketAccept (Function)
Run on the server, this function accepts a connection request on an existing socket on the server machine.
3. Debugger
SocketWrite (Function)
Writes a message intended to another socket.
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......
Native Oracle Connector: Retrieving the output value of a stored procedure
The Native Oracle Connector is used to: specify the input values during the call to a stored procedure. retrieve the output values after a call to a stored procedure....
RGBBlue (Function)
Returns the blue component of an RGB color.
RGBGreen (Function)
Returns the green component of an RGB color.
RGBRed (Function)
Returns the red component of an RGB color.
Camera control in a mobile application
The Camera control is used to......
Native Sybase Connector: Output value of a stored procedure run on the server
The Native Sybase Connector (also called Native Sybase Access) is used to: specify the input values during the call to a stored procedure. retrieve the output values after a call to a stored procedure....
ArrowStart (Function)
Sets the position of the source end of an arrow in a "Shape" control.
ArrowEnd (Function)
Sets the position of the target end of an arrow in a "Shape" control.
SocketConnectSSL (Function)
Used to establish a secure connection to an SSL server.
HTMLToRGB (Function)
Converts the HTML color into RGB color.
RGBToHTML (Function)
Returns the HTML color corresponding to the RGB color.
SocketClose (Function)
Closes a socket or a connection to a server socket.
SocketDeny (Function)
Run on the server, this function refuses a request for connection to an existing socket found on the server.