ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Factorial (Function)
Returns the factorial of an integer number.
<httpRequest variable>.ManageCookie (Function)
Enables or disables the management of cookies in an HTTP request run by HTTPRequest.
CmdExecute (Function)
Executes a command in console mode.
<Image>.DrawRectangle (Function)
Draws a rectangle in an Image control.
SaaSAdminAddClient (Function)
Adds a SaaS client account.
BufferToURI (Function)
Saves the contents of a buffer to a resource identified by its URI.
<picLayer variable>.VerticalSymmetry (Function)
Flips an image contained in a picLayer variable with respect to a vertical axis (symmetry with respect to a vertical axis).
AssistedInputAdd (Function)
Adds a row to the list of values available in the input suggestions of an Edit control.
<picLayer variable>.EndDrawing (Function)
Deletes all the drawings made since the last call to dStartDrawing.
<Array>.Mean (Function)
Calculates the mean of the values within an array.
<WDPic variable>.StartDrawing (Function)
Indicates that the drawing functions that will be used are intended for the specified WDPic variable.
NumToFinancialWritingChinese (Function)
Converts a numeric value (integer, real or currency) to a string in the Chinese financial writing format.
Exp (Function)
Calculates the exponential of a numeric value (reverse of Napierian logarithm).
DecimalPart (Function)
Returns the decimal part of a number.
IntegerPart (Function)
Returns the integer part of a number.
Power (Function)
Raise a number to a power.
1. Communication with WINDEV Mobile
WINDEV Mobile includes several communication functions for different fields....
Handling Native Container controls programmatically
The Native Container control returns an handle/identifier......
dPixelOpacity (Function)
Identifies the opacity of a pixel in an image that has an Alpha channel. This image can be: an Image control, an Image variable, a WDPic variable (on the background layer), a picLayer variable....
HTTPCookieManage (Function)
Enables or disables the management of cookies in an HTTP request run: by HTTPRequest. by HTTPSend....
Creating a WINDEV application for Linux
WINDEV allows you to create native 64-bit Linux executables. Their UI is developed with the window editor....