ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HTML table
The HTML table is a control used to easily create specific layouts in the HTML pages......
Manipulating Internal Window controls programmatically
The "Internal Window" control is used to display an existing internal window......
DrawingStyle (Function)
Allows you to find out and modify: the display mode of grayed buttons found in the windows of your application. the display mode of translucent border for the windows of your application. the mode for loading large images....
InitialAnimation (Property)
The InitialAnimation property determines whether the animation of an Image, Button, Static or Carousel control is enabled when the control is created.
SelectionOnly (Property)
The SelectionOnly property is used to: Find out which elements of the Table or TreeView Table control will be printed: print all the records or the selected records only. Change the print mode of rows in the Table or TreeView Table control: print all records or the selected records only....
HExportXML (Function)
Exports the records found in a data file (HFSQL or OLE DB), view or query to an XML file.
HSetPosition (Function)
Sets the position on a record, based on the approximate position of one of its items.
HTTPProgressBar (Function)
Displays a progress bar when: receiving the response to an HTTP request. sending an HTTP form (HTTPSendForm) or an HTTP query....
13. Security benefit: managing the "Back" button
Collapsed code
The code is collapsed to improve readability, by only displaying the comments in front of the lines of code......
Creating a model class
In MVP projects, you need to create a base class (MBase if you're using the RAD tool for MVP applications)......
Events associated with reports
The following events are associated to reports (order of appearance in the code editor)......
Managing the HFSQL contexts in the windows and in the reports
An HFSQL context contains information relative to the data used......
File Description (Variable type)
The File Description variable is used to programmatically describe tables.
Internal component
An internal component is a set of elements from a project......
Prototype overload/Overload
The procedures and the methods of classes can have several syntaxes....
OCRExtractText (Function)
Reads the text contained in an image.
HAddGroup (Function)
Adds a group of users.
Constants for managing ports
List of constants used by the functions for port management (serial and parallel ports)...
fSaveBuffer (Function)
Creates and fills a text file with the content of a string or buffer variable.
RadioButtonDelete (Function)
Deletes an option from a Radio Button control.