ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<Image Editor>.Save (Function)
Saves the image displayed in the Image Editor control.
<Image editor>.Create (Function)
Creates an image in the Image Editor control.
<Diagram Editor>.SelectMinus (Function)
Deselects a shape in a Diagram Editor control.
Selection (Property)
The Selection property is used to get the characteristics of the selection (or cursor):
  • in a Word Processing control.
    Note: This selection is located in the part being edited (body, header or footer).
  • in a Spreadsheet control.
  • in an HTML Editor control.
  • in a Diagram Editor control.
<Diagram Editor>.SelectPlus (Function)
Selects a shape in a Diagram Editor 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>.Comment (Function)
Comments the current selection in the Code Editor control. "//" characters are inserted at the beginning of the current line.
<Code Editor>.Uncomment (Function)
Uncomments the current selection in the Code Editor control. "//" characters at the beginning of the current line are removed.
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...
<HTML editor>.GetDocument (Function)
Asynchronously retrieves the HTML document being displayed in an HTML Edit control.
<Code Editor>.DuplicateLine (Function)
Duplicates the current line in the Code Editor control.
<HTML editor>.Replace (Function)
Replaces one string with another in an HTML Editor control.
<HTML editor>.GetSelection (Function)
Asynchronously retrieves the current selection from an HTML Editor 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>.Get (Function)
Asynchronously retrieves the value of one of the properties of an HTML Editor control.
<HTML editor>.ExecuteJS (Function)
Executes JavaScript code in an HTML Editor control.
<Code Editor>.Replace (Function)
Finds and replaces a string in the Code Editor control.
PicCreate (Function)
Creates an image in the Image Editor control.
<HTML editor>.Search (Function)
Searches for a string in an HTML Editor control.
WLanguageCodeCompiling (Variable type)
The WLanguageCodeCompiling type is used to define all the compiler options used by the Compile, ExecuteCode and EvaluateExpression functions, as well as by the Code Editor control (via the Compiler property).
diagSelection (Variable type)
The diagSelection type is used to define all the advanced characteristics of a selection made in a diagram.
<HTML editor>.ToEmail (Function)
Exports the content of an HTML Editor control to an Email variable (to send the email).
<Image Editor>.Open (Function)
Opens an image in an Image Editor control.
<Code Editor>.Search (Function)
Searches for a string or regular expression in the Code Editor control.
PicSave (Function)
Saves the image found:
  • in an Image Editor control.
  • in a WDPic variable.
<HTML editor>.ToPDF (Function)
Exports the content of an HTML Editor control to a PDF file.
<Code Editor>.GetError (Function)
Gets a compilation error from the code in the Code Editor control.
<Code Editor>.Load (Function)
Loads a WLanguage code file in a Code Editor control.
Manipulating Image Editor controls programmatically
WINDEV allows you to programmatically manipulate Image Editor controls...
<Code Editor>.Execute (Function)
Executes the WLanguage code displayed in the Code Editor control.
<Code Editor>.Compile (Function)
Compiles the WLanguage code displayed in the Code Editor control and displays any errors.
<Diagram Editor>.Save (Function)
Saves a diagram as a "diag" file.
<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").
<HTML editor>.Select (Function)
Selects a text fragment in an HTML Editor control.
<Code Editor>.Save (Function)
Saves the contents of a Code Editor control to a file.
<Diagram Editor>.EndModification (Function)
Indicates the end of a series of actions performed in a Diagram Editor control in a single event ("undo/redo").
<HTML editor>.Insert (Function)
Inserts text or HTML code at the cursor position in an HTML Editor control.
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...
HTMLEditorToPDF (Function)
Exports the content of an HTML Editor control to a PDF file.
Manipulating Diagram Editor controls programmatically
WINDEV and WEBDEV allow you to programmatically manipulate Diagram Editor controls...
Defining a website icon (Favicon)
WEBDEV allows you to easily define the site icon (also called Favicon)...
picRTF (Variable type)
The picRTF type is used to define all the advanced characteristics of a layer that contains RTF.
<Image editor>.Close (Function)
Closes the image found in an Image Editor control.
<Diagram Editor>.DiagramInfoXY (Function)
Indicates the presence of a shape at a given position in the Diagram 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...
picText (Variable type)
The picText type is used to define all the advanced characteristics of a Text layer.
1
2
3