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.
<Chart>.MenuOption (Function)
Modifies the text of an option in the context menu of a chart.
<Chart>.LabelFont (Function)
Modifies the font used for the category labels of a chart.
<Chart>.AxisTitleFont (Function)
Modifies the font used for the titles of the chart axes.
<Image>.ModifyLightness (Function)
Modifies the lightness of an image contained in an Image control.
<emailOutlookSession variable>.ChangeFolder (Function)
Modifies the current folder in the Outlook messaging software.
<Multimedia>.Pause (Function)
Pauses a media file played in a Multimedia control.
<upnpDevice variable>.MediaStop (Function)
Stops reading the current media on the UPNP device.
<upnpDevice Variable>.MediaPlay (Function)
Starts reading the current media on the UPnP device.
<upnpDevice variable>.MediaPause (Function)
Pauses the reading of the current media on the UPnP device.
<Window>.Open (Function)
Opens a modal WINDEV or WINDEV Mobile window.
<Source>.DescribeTrigger (Function)
Adds or modifies a trigger on an HFSQL data file.
<Connection variable>.ModifyDatabaseProperty (Function)
Modifies the properties of a database located on an HFSQL server.
MCIExecute (Function)
Runs an MCI command (Media Control Interface).
ExePriority (Function)
Returns or modifies the priority of an application currently run.
grMenuOption (Function)
Modifies the text of an option in the context menu of a chart.
HDescribeTrigger (Function)
Adds or modifies a trigger on an HFSQL data file.
grTitle (Function)
Modifies the caption and/or position of the chart title....
HModifyDatabaseProperty (Function)
Modifies the properties of a database located on an HFSQL server.
HModifyFileProperty (Function)
Modifies the properties of an HFSQL file located on a server.
APIConfigure (Function)
Modifies the options for calling API and CallDLL32.
ImageInfoModify (Function)
Modifies the value of an Exif tag for the image used.
LDAPValidateModify (Function)
Validates the modification of an existing object in an LDAP server.
LDAPStartModify (Function)
Initializes the modification of an existing object in an LDAP server.
<Window>.EdLoad (Function)
Loads the modifications performed by the end user in a window.
Implementing log-based replication: Modifying the analysis
Log-based replication can be implemented in the data model editor......