ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The "Window position preview" pane
The "Window position preview" pane is used to view and/or modify the opening position of the windows currently modified (according to the screen resolution used)...
<Map>.ModifyImage (Function)
Modifies an image drawn on the map displayed in a Map control.
<Map>.ModifyShape (Function)
Modifies a shape drawn on the map displayed in a Map control.
<HTML editor>.FormatSelection (Function)
Modifies the style of the selected elements in an HTML Editor control.
<Image variable>.ModifyOpacity (Function)
Modifies the opacity of an image (which means the alpha channel of the image).
HTMLEditorFormatSelection (Function)
Modifies the style of the selected elements in an HTML Editor control.
<Connection variable>.ModifyServerRights (Function)
Modifies the rights granted to a user or to a group on a HFSQL server.
<Connection variable>.ModifyFileProperty (Function)
Modifies the properties of an HFSQL data file located on a server.
<Connection variable>.ModifyTask (Function)
Modifies a scheduled task on the HFSQL server defined by the connection.
MCIBeginning (Function)
Positions at the beginning of a media file that was opened beforehand MCIOpen.
MCIStatus (Function)
Returns the status of a media file that was opened beforehand MCIOpen.
MCIEnd (Function)
Positions at the end of a media file that was opened beforehand MCIOpen.
MCIPause (Function)
Pauses playback of the media file previously opened (MCIOpen).
TableModifyLine (Function)
Modifies a row in: a Table control, a TreeView Table control....
MCIStopPlaying (Function)
Stops the execution of a media file that was opened beforehand (MCIOpen).
grOrigin (Function)
Modifies the start and end marks on one of the chart axes.
HChangeRplDir (Function)
Modifies the location for the description of subscriber replica (RPL file).
HDBSortType (Function)
Returns or modifies the sequence of text items in the xBase files.
HModifyServerRights (Function)
Modifies the rights granted to a user or to a group on an HFSQL server.
ImageInfoSave (Function)
Saves the modifications performed on the Exif tags of an image by ImageInfoModify.
XMLModify (Function)
Modifies the content of the current element found in the XML document.
<Connection variable>.RSModifyConfig (Function)
Modifies some parameters of an existing replication between two HFSQL servers.
<Source>.ErrorModification (Function)
Returns the value of a record item when a modification conflict occurs..
Handling an Image Editor control through programming
WINDEV allows you to handle an Image Editor control through programming......
Error 1001: The operators: and:: can only be used in the methods of classes
Providing an image per DPI
On mobile, when displaying images, each device has its own physical size and its own graphic resolution......