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.
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.
Error 1029: The access to the base class is restricted by a protected inheritance
Error 1030: The access to the base class is restricted by a private inheritance
Applet control properties
List of properties associated with the Applet control...
Error 1013: The access to the member of the class is restricted by a protected inheritance
NotifDelete (Function)
Deletes a notification displayed in the system bar of the device.
WDOptimizer: Optimizing indices
WDOptimizer includes multiple modes to optimize indices......
<Dashboard>.DeleteAll (Function)
Deletes all widgets displayed in a Dashboard control.
<Calendar>.Position (Function)
Returns the month displayed in a Calendar control.
<Chart>.Mask (Function)
Formats the data displayed by grLabel or by grTooltip.
BrowserPrint (Function)
Prints the page currently displayed in the browser.
Icon (Property)
The Icon property is used to: Find out the icon displayed in the title bar of a window or a Dockable Panel control. Change the icon displayed in the title bar of a window or a Dockable Panel control....
Keyboard Variable (Using physical keyboards on Android)
The Keyboard variable makes it possible to retrieve the parameters of the events of a physical keyboard......
User Groupware: Configuring the site
Once the User Groupware is configured, the configuration of users and accesses is performed at runtime, by connecting with a "supervisor" account......
Conditions for updating an application automatically (Live update)
Whenever the application is modified on the development computer (modifications of windows, code, analysis, ......
2. User-friendly editors in practice
Compile
The Compile keyword can correspond to: the Compile function, which dynamically compiles a procedure whose source code is specified.. the <COMPILE IF> statement, which allows you to compile WLanguage code according to a condition (mainly used to compile code according to a platform or configuration type)....
CriticalSection (Type of variable)
CriticalSection variables are used to define critical sections to limit the simultaneous execution of a code (procedure, line of code, etc.) to one thread at a given moment in an application.
13. Debugger
TableDisplay (Function)
Refreshes a Table or TeeeView Table control from a given position: for a control linked to a file: changes made in the linked data file are reflected in the control. for a control handled programmatically: the calculated columns are re-calculated....
GetCountryISO (Function)
Returns the desired ISO code of a country corresponding to the caption or ISO code (of a different type) of the country according to the ISO 3166-1 standard.
PopupClose (Function)
Hides a popup displayed in the page via PopupDisplay.
MapDeleteMarker (Function)
Deletes a marker from a map displayed by a Map control.
HClusterAddNode (Function)
Enables a node in an HFSQL cluster.
HClusterDeleteNode (Function)
Disables a node in a HFSQL cluster.
<TreeView>.Expand (Function)
Expands a node in a TreeView control.