ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Display modes, transparency and symmetry of an image
An image can be displayed in a window, a window control, a report control, a page control or a block according to several display modes.
WinSize (Function)
WinSize:
  • returns or modifies the window display mode (maximized, minimized or normal),
  • modifies the window height and/or width,
  • moves the window and modifies a window's height and/or width.
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.
<Source>.ImportXML (Function)
Imports an XML file into an HFSQL Classic or Client/Server data file (data file described in the data model editor or declared by HDeclare, HDeclareExternal or HDescribeFile)....
Abbreviation (Property)
The Abbreviation property gets the abbreviation of a data file. This abbreviation is defined in the data model editor when defining the data file. This property is read-only.
HImportXML (Function)
Imports an XML file into an HFSQL Classic or Client/Server data file (data file described in the data model editor or declared by HDeclare, HDeclareExternal or HDescribeFile)....
Error 1016: The method of the class is private
Events associated with List Box controls
List of events associated with List Box controls...
Handling a toolbar through programming
WINDEV allows you to handle a Toolbar control through programming......
Thumbnail (Property)
The Thumbnail property is used to: get the value of an item thumbnail. This item was defined in the data model editor or through programming. get and change the image associated with a Thumbnail control....
Context Menu control events
A Contextual Menu control can be manipulated in WLanguage in an Page with the following properties......
Handling Mobile Image Editor controls programmatically
WINDEV Mobile allows you to programmatically handle Mobile Image Editor controls......
Carrying over the differences from an element to another one
The project comparator is used to compare two elements and to list the differences found......
Chart: Managing scales
In a chart, the scales are used to quickly estimate the value of different points found in a chart......
Type of windows created by RAD
The wizard for window creation proposes several types of windows associated with HFSQL data files......
Customizing the setup program (Plug-in)
In a setup program, you may want to customize some actions......
WDSQL: Exporting and printing the result of an SQL query
The result of a select query can be......
Managing ports (serial ports, parallel ports, USB ports, etc.)
Several devices can be managed directly via a management of the ports used by these devices to communicate with the computer......
Events associated with TreeView Table controls
List of events associated with the TreeView Table controls...
Handling an HTML control through programming
WINDEV and WEBDEV allow you to handle an HTML control through programming......
Print technical documentation
You can print different technical documentations describing all the elements of the project (windows, pages, reports, data files, items, components, assemblies, Custom-Folders, etc.)......
The Calculated control
The "Calculated" control is used to perform calculations in a report......
WDAPI overview
WDAPI simplifies the use of Windows APIs in a WINDEV application......
Managing parallel tasks
The computers are becoming more and more powerful......
Property of entity/association
In the MERISE methodology, the properties correspond to the characteristics of entities......
Access rights to a class property
A property is a code element that includes two processes......
Binding a Combo Box control to an item
Caption (Property)
In a database, the Caption property is used to: Find out the caption associated with a file item. Find out the caption associated with a data file. Find out and modify the connection caption. In a report, the Caption property is used to: Find out the text displayed in a Static or Link control. Modify the text displayed in a Static or Link control. In a window or page, the Caption property is also used to: Find out and modify the caption of a control in a window or in a page. Find out and modify the caption of a menu option. Find out and modify the title of a window or page. Find out the content of a Breadcrumb control....