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.
<Image variable>.EndDrawing (Function)
Deletes all the drawings made since the last call to dStartDrawing.
<Email variable>.BuildSource (Function)
Generates the source code of the email to send from an Email variable.
<Menu>.Clone (Function)
Clones a menu or a menu option as well as the associated code.
<Image>.EndDrawing (Function)
Deletes all the drawings made since the last call to dStartDrawing.
HTMLInsertLastChild (Function)
Adds a child after the child of the current node in an HTML document.
HTMLModifyAttribute (Function)
Adds or changes an attribute of the current node of the HTML document.
WinInput (Function)
Identifies the window containing the WLanguage code currently run.
SQLExecWDR (Function)
Runs the SQL code of a query created in the query editor.
<htmlNode variable>.InsertLastChild (Function)
Adds a child after the child of the current node in an HTML document.
<htmlNode variable>.ModifyAttribute (Function)
Adds or changes an attribute of the current node of the HTML document.
<WDPic variable>.EndDrawing (Function)
Deletes all the drawings made since the last call to dStartDrawing.
<picLayer variable>.EndDrawing (Function)
Deletes all the drawings made since the last call to dStartDrawing.
ERR_MSG_BOX
Management of XML
WINDEV, WINDEV Mobile and WEBDEV include several functions for handling XML code......
Zombie procedures
In most cases, old code contains procedures that are used but that do no longer match the current quality standard......
The Link control
The Link control is used to: create a link in an HTML page. create a link in a report printed in HTML format....
Feedback component
The Feedback component is a component provided with WINDEV......
GOTO statement
The GOTO statement is used to run a code identified by a given label...
Checking an element back in the Source Code Manager (SCM)
Checking an element back in the repository is used to make the modified element available to all the users of the Source Code Manager......
12. Control templates
...Control templates...
End of Document block
The End of document block is run once at the end of the report execution......
AdLoaded (Property)
The AdLoaded property indicates whether an ad is currently loaded (and displayed) in the Ad control.
Entity of a CDM
To group information according the MERISE method, entities must be created......
2. WEBDEV administrator in practice
DisplayedSection (Property)
The DisplayedSection property is used to identify and change the portion of the image displayed in an Image control.