ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

AssistedInputAdd (Function)
Adds a row to the list of values available in the autocomplete suggestions of an Edit control.
<Table>.CellSelect (Function)
Returns the coordinates (row number and column number) of a selected cell. This function is kept for backward compatibility. It is recommended to use TableSelect.
<Image variable>.SaveBMP (Function)
Saves an image contained in an Image variable: in a file in BMP format. in memory....
<Image variable>.SavePNG (Function)
Saves an image found in an Image variable: in a PNG file. in memory....
<Image variable>.SaveJPEG (Function)
Saves an image found in an Image variable: in a JPEG file. in memory....
<Image variable>.DrawPoint (Function)
Draws a point in an Image variable.
Information 2102: 'Long' does not exist anymore: the integers are coded on 4 bytes
DotNetGetResult (Function)
Returns the result of the last .Net procedure that was successfully run.
Using .NET assemblies in a project
To use .NET assemblies in a project......
Validity period of site pages
When creating a page, a validity period can be defined for this page......
TableColumnSelect (Function)
Returns the column number corresponding to one of the columns selected in the Table control. This function is kept for backward compatibility. It is recommended to use TableSelect.
ERR_MSG_BOX
Error 1033: The access directives are not allowed in a structure
Erase patches
To quickly modify the operating mode of an application, you can use application patches......
gLink (Function)
Adds an "invisible" value into an element found in a List Box or Combo Box control. Function kept for compatibility. It is recommended to use gStoredValue....
Outstanding progress bars
Simple or symmetric progress bar?...
Data Binding: Creating controls from the "Project explorer" pane
Data binding is a process that binds variables in memory to controls in a window or page......
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....
dAlphaBlend (Function)
Blends two images together. This allows you to create fade-in effects between 2 images.
SaaSAdminDeleteService (Function)
Deletes a SaaS service.
BCCapture (Function)
Decodes the information stored in a bar code by using the device camera (Android, iPhone, iPad).
Handling Organization Chart controls programmatically
<emailPOP3Session variable>.StartSession (Function)
Starts a POP3 session.
<btleCharacteristic variable>.ChangeOfValue (Function)
Enables or disables the detection regarding the change of value for a Bluetooth Low Energy characteristic.
<btleDescriptor variable>.WriteValue (Function)
Writes the value of a descriptor to a Bluetooth Low Energy device.