ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

TableModify (Function)
Modifies a row in: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
notificationAction (Type of variable)
The notificationAction type is used to describe an additional action associated with a notification.
Programming custom calculations in Table controls
Create the help system in WINDEV, WEBDEV or WINDEV Mobile
These are the main steps to create a help file (HTML, CHM or PDF)......
Natif Informix Connector for WINDEV and WEBDEV
WINDEV and WEBDEV propose an optional Native Connector to Informix (also called Native Access......
DndSource (Property)
The DndSource property is used to determine and change a control's drag-and-drop behavior....
Opacity (Property)
The Opacity property is used to get and define the opacity percentage for a window, or for controls in a window or page.
Size (Property)
The Size property is used to determine and change the size of an element.
EXE constants
List of constants used by the functions for managing executables....
ExeRun (Function)
Executes a program (an executable file, for example) from the current application.
Responsive Web Design: Tips
The Responsive Web Design was used in your pages but you still encounter some lock points......
ControlClone (Function)
Creates a new control from an existing control.
Configuring a WINDEV SOAP server
WINDEV allows you to easily manage the SOAP protocol by allowing you to create......
HFSQL Client/Server: Managing the ports
The ports used by the HFSQL Client/Server server......
Importing a WEBDEV project into WINDEV
...WINDEV proposes a feature for importing WEBDEV sites or WEBDEV pages....
Installing a SOAP server with Apache
Properties associated with windows, pages and controls
List of properties associated with windows, pages and controls...
CallInterface (Function)
Runs a method of an interface of an object implemented in a DLL external to the WINDEV framework.
Null (Reserved word)
The Null keyword can be used according to different methods in WLanguage......
XInitial (Property)
The XInitial property is used to: Get the X-coordinate: of a control (position on the X-axis) when opening the window or the page. of a window (position on X-axis) when opening the window. Change the X-coordinate of a control anchored "to the right" (position on the X-axis) when opening the window. Get the X-coordinate of a control in relation to its block (position in millimeters on the X-axis) when opening the report....
COMCallMethod (Function)
Runs a method of an interface of a COM object instantiated by COMCreateInstance.