ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HTTPSend (Function)
Sends an HTTP request and waits for the response from the HTTP server.
notificationCategory (Type of variable)
The type notificationCategory makes it possible to define all the advanced characteristics of a notification category.
Variant (Type of variable)
The Variant type is used to: store any simple value: boolean, numeric (Currency, Real, Integer, etc.), characters and character string, date (Date, Time, DateTime and Duration), ... store named or indexed subelements. store any complex value: structures, classes, advanced types, arrays, associative arrays, queues, stacks and lists. handle the NULL value in WLanguage. store interactions with ActiveX objects and Automation programming....
Drawing in WINDEV, WEBDEV and WINDEV Mobile
WINDEV, WEBDEV and WINDEV Mobile include several functions for displaying, drawing, copying and saving the drawings and images from your applications or sites......
AnimationGetParameter (Function)
Reads the value of one of the animation parameters defined for an Image or Static control.
The RTF control (Report editor)
The "RTF" (Rich Text Format) control is used to display a formatted character string in your report......
HReadPrevious (Function)
Sets the position on the previous record of a file according to a browse item.
Diagram Editor control events
WINDEV manages the following events by default (in the order in which they appear in the code editor) for the Linear Slider controls and for the Range Slider controls...
Deep links to mobile applications
Deep linking allows you to redirect the user to specific content in a mobile application (rather than in a browser) when they click on a link in a web page or in an email......
CallInterface (Function)
Runs a method of an interface of an object implemented in a DLL external to the WINDEV framework.
BrowsedFile (Property)
The BrowsedFile property gets and sets the data source used to display records in data-bound controls.
Programming custom calculations in Table controls
OpenChild (Function)
Opens a non-modal child window.
COMCallMethod (Function)
Runs a method of an interface of a COM object instantiated by COMCreateInstance.
HReadLast (Function)
Sets the position on the last record of a table according to a browse item.
Brochure of new features: New WINDEV features
New features in WINDEV 28 presented in the New Features brochure....
New Features brochure - Version 27: New WINDEV features
New features in WINDEV 27 presented in the New Features brochure....
Characteristics of Table controls in a page
Table controls allow you to display and/or enter data......
HFSQL in network mode on a server running Windows NT4, 2000, XP or 2003
The access speed to the data in network depends on several parameters (see the section......
RequestRefreshUI
Requests the execution of the "Request for refreshing the display" event (and gives back control without waiting for the execution of the event).
Looper control based on a data file
This type of Looper control uses data from a data file or query......
ExecuteRefreshUIElement (Function)
Immediately executes the "Request for refreshing the display" event of the given element.