ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Setup by HTTP (Network setup via IP)
The network setup via HTTP consists in installing and updating a WINDEV application via an HTTP server (Live update)...
SQLCodeExecuted (Property)
The SQLCodeExecuted property gets the SQL code of a query after replacing the parameters with a value.
ControlRectangle (Function)
Returns a rectangle corresponding to the specified area of a control.
<pdfDocument variable>.Sign (Function)
Adds an approval signature to an existing PDF.
Report based on a form
The report editor gives you the ability to print reports on pre-printed forms (image file or PDF file)......
<diagLibrary variable>.LoadLibrary (Function)
Loads a diagram file and creates a library of preset shapes from it.
CtDescribedUserName (Property)
The CtDescribedUserName property sets the username used to connect to a specific table via OLE DB.
LEDSwitchOn (Function)
Switches the LED (Light-Emitting Diode) of the device on.
Kanban control functions (prefix syntax)
The following functions manipulate Kanban controls......
DecimalPart (Property)
The DecimalPart property is used to configure Numeric items.
Managing contacts (mobile devices)
In your mobile applications, you can directly manage the contacts on your mobile device (Android, iPhone, iPad, etc.)....
NotifDeleteCategory (Function)
Deletes a notification category from the application.
TimePicker (Function)
Opens the system time picker.
iParameterWatermark (Function)
Adds a watermark into a report (report created in the report editor or printed report).
BTLEInitializeDevice (Function)
Initializes a Bluetooth Low Energy device in Windows.
CtUserName (Property)
The CtUserName property sets the username used to connect to a specific table via OLE DB.
VibrationTrigger (Function)
Triggers the vibrations of the device.
AppleSignIn (Function)
Used to implement authentication via "Sign In with Apple" on devices running on iOS 13 and higher.
Charset (Property)
The Charset property is used to: Get the character set used by a Font variable. Change the character set used by a Font variable. Get the character set used by an HFSQL table....
Facebook functions (prefix syntax)
List of Facebook functions...
Palette functions (prefix syntax)
The following functions are used to manipulate color palettes in prefix syntax:...
Abandon (Function)
Closes the current window by running the "Click" event of the CANCEL Button control.
dInvertColor (Function)
Inverts the colors: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
EmailCloseSession (Example)
Usage example of the EmailCloseSession function