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>.ChangeName (Function)
Modifies the physical name of a data file.
<Source>.ErrorStatusModification (Function)
Returns the status of a record during a modification conflict.
MDIWindowMenu (Function)
Modifies the layout of the MDI child windows.
<mongoCollection variable>.ModifyOne (Function)
Modifies a document in a collection of MongoDB database.
ToolTipColor (Function)
Modifies the colors used for displaying the tooltips.
ThreadPriority (Function)
Returns or modifies the priority level of a thread.
HErrorStatusModification (Function)
Returns the status of a record during a modification conflict.
SQLModify (Function)
Modifies the content of a row in the query result.
grLegendFont (Function)
Modifies the font used for the chart legend.
HChangeName (Function)
Modifies the physical name of a data file.
iForceComplement (Function)
Forces the printing of a Body Complement block.
<Connection variable>.Priority (Function)
Finds out and modifies the priority of the calling application.
<mongoCollection variable>.ModifyAll (Function)
Modifies documents in a collection of a MongoDB database.
HClusterParameter (Function)
Reads and modifies the parameters of an HFSQL cluster.
SysColor (Function)
Identifies or modifies the color of a Windows element.
eDefaultMemCurrency (Function)
Identifies or modifies the stored currency used by default.
grAxisTitleFont (Function)
Modifies the font used for the titles of the chart axes.
Enumeration and Combination items
WINDEV, WEBDEV and WINDEV Mobile propose the Enumeration and Combination types......
Column of type Attribute
WINDEV and WEBDEV allow you to use columns of type "Attribute" in Table controls......
WDAdminHF: Scheduled task
The remote HFSQL administrator is used to define the scheduled tasks......
TimestampUTC (Property)
The TimestampUTC property is used to: Find out whether a timestamp item will use UTC time or local time. This item was defined in the data model editor or through programming. Define whether a timestamp item will use UTC time or local time (when describing the item through programming)....
REST web services: Importing an OpenAPI specification
REST web service APIs can be described using OpenAPl files......
Push notification
A mobile device can receive push notifications......
CurrentTitle (Function)
Modifies the title of the current window (returned by CurrentWin) and the title bar.
Configuring the titles of columns (Table control)
The title of table columns is an important element of Table control......