ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Diagram Editor>.SelectMinus (Function)
Deselects a shape in a Diagram Editor control.
<Diagram Editor>.SelectPlus (Function)
Selects a shape in a Diagram Editor control.
<Diagram Editor>.DiagramInfoXY (Function)
Indicates the presence of a shape at a given position in the Diagram Editor control.
WEBDEV Image Editor control: Features
The WEBDEV Image Editor control includes many features, accessible via several ribbons at the top and bottom of the control...
<Code Editor>.DeleteAll (Function)
Deletes the contents of the Code Editor control.
<Code Editor>.Insert (Function)
Inserts a string in the Code Editor control.
<Code Editor>.Uncomment (Function)
Uncomments the current selection in the Code Editor control. "//" characters at the beginning of the current line are removed.
<Code Editor>.Comment (Function)
Comments the current selection in the Code Editor control. "//" characters are inserted at the beginning of the current line.
<Code Editor>.Load (Function)
Loads a WLanguage code file in a Code Editor control.
<Code Editor>.DuplicateLine (Function)
Duplicates the current line in the Code Editor control.
<HTML editor>.GetDocument (Function)
Asynchronously retrieves the HTML document being displayed in an HTML Edit control.
<HTML editor>.FromEmail (Function)
Imports the HTML content of an email and its images into an HTML Editor control. The images contained in the email are also displayed in the control.
<HTML editor>.Replace (Function)
Replaces one string with another in an HTML Editor control.
<Image Editor>.Save (Function)
Saves the image displayed in the Image Editor control.
<HTML editor>.GetSelection (Function)
Asynchronously retrieves the current selection from an HTML Editor control.
<HTML editor>.Get (Function)
Asynchronously retrieves the value of one of the properties of an HTML Editor control.
<Code Editor>.Replace (Function)
Finds and replaces a string in the Code Editor control.
<HTML editor>.ExecuteJS (Function)
Executes JavaScript code in an HTML Editor control.
<Image editor>.Create (Function)
Creates an image in the Image Editor control.
<HTML editor>.Search (Function)
Searches for a string in an HTML Editor control.
<HTML editor>.ToPDF (Function)
Exports the content of an HTML Editor control to a PDF file.
<Code Editor>.Search (Function)
Searches for a string or regular expression in the Code Editor control.
<Image Editor>.Open (Function)
Opens an image in an Image Editor control.
<HTML editor>.ToEmail (Function)
Exports the content of an HTML Editor control to an Email variable (to send the email).
<HTML editor>.Select (Function)
Selects a text fragment in an HTML Editor control.
Manipulating Image Editor controls programmatically
WINDEV allows you to programmatically manipulate Image Editor controls...
<Diagram Editor>.EndModification (Function)
Indicates the end of a series of actions performed in a Diagram Editor control in a single event ("undo/redo").
<Code Editor>.Execute (Function)
Executes the WLanguage code displayed in the Code Editor control.
<Diagram Editor>.Save (Function)
Saves a diagram as a "diag" file.
<Code Editor>.Compile (Function)
Compiles the WLanguage code displayed in the Code Editor control and displays any errors.
<Editor HTML>.InsertTable (Function)
Inserts a table at the cursor position in an HTML Editor control.
<Diagram Editor>.StartModification (Function)
Indicates the start of a series of actions performed in a Diagram Editor control in a single event ("undo/redo").
<Code Editor>.GetError (Function)
Gets a compilation error from the code in the Code Editor control.
<HTML editor>.Insert (Function)
Inserts text or HTML code at the cursor position in an HTML Editor control.
<Code Editor>.Save (Function)
Saves the contents of a Code Editor control to a file.
Page look: Background image
To optimize the style of your pages, WEBDEV allows you to use a background image in your pages...
<HTML editor>.FormatSelection (Function)
Modifies the style of the selected elements in an HTML Editor control.
Skin template
WINDEV, WEBDEV and WINDEV Mobile allow you to customize the interface of your applications via several preset interfaces...
<Image editor>.Close (Function)
Closes the image found in an Image Editor control.
Defining a website icon (Favicon)
WEBDEV allows you to easily define the site icon (also called Favicon)...
PaneVisible (Property)
The PaneVisible property is used to:
  • determine if the pane of the Image Editor control is visible,
  • show or hide the pane of the Image Editor control.
PaneVisibleByDefault (Property)
The PaneVisibleByDefault property determines if the image editor pane is visible by default.
Multi-page print
A report can be very wide, with a width exceeding the width of a paper sheet...
Brochure des nouveautés 2024 : Nouveautés communes
Nouveautés de WINDEV/WEBDEV/WINDEV Mobile 2024 présentes dans la brochure des Nouveautés 2024.
1
2