ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

SocketWrite (Function)
Writes a message intended to another socket.
gpwMode (Function)
Returns the User Groupware runtime mode.
Drawing constants
List of constants used by the drawing functions....
RGBToHTML (Function)
Returns the HTML color corresponding to the RGB color.
<WDPic variable>.DrawRectangleGradient (Function)
Draws a rectangle in a WDPic variable.
TableSwapLine (Function)
Swaps: two rows in a Table control populated programmatically. two branches in a Treeview Table control populated programmatically....
Image drawing and processing functions
List of image drawing and processing functions...
SocketDeny (Function)
Run on the server, this function refuses a request for connection to an existing socket found on the server.
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 request for connecting to an existing socket found on the server.
SocketConnectSSL (Function)
Used to establish a secure connection to an SSL server.
fExeDir (Function)
Returns the directory from which the execution is started.
SocketClose (Function)
Closes a socket or a connection to a server socket.
<Image variable>.Pen (Function)
Declares the default color and style for the lines, rectangles, circles, ... in an Image variable.
<Image variable>.Background (Function)
Declares the default background color for the rectangles and circles, ... used in an Image variable.
<Image variable>.DrawLine (Function)
Draws a line in an Image variable.
<Image variable>.PixelColor (Function)
Identifies the color of a pixel contained in an Image variable.
Markdown (Property)
The Markdown property is used to enable or disable Markdown formatting: in a control in a window. in a Static Text control in a report. in the controls of the internal window (title and description) used as a step of the Guided Tour....