ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The Popup control
The Popup control is a control used to associate a popup with a page. This popup, displayed from the page into which it is inserted, is used to easily establish a dialog with the user.
<Map>.AddImage (Function)
Adds a new image to the map displayed in a Map control.
<Map>.DeleteImage (Function)
Deletes an image drawn on the map displayed in a Map control.
<Map>.DeleteShape (Function)
Deletes a shape drawn on the map displayed in an Map control.
<Map>.ModifyImage (Function)
Modifies an image drawn on the map displayed in a Map control.
HTMLEditorFormatSelection (Function)
Modifies the style of the selected elements in an HTML Editor control.
<Map>.ModifyShape (Function)
Modifies a shape drawn on the map displayed in a Map control.
<Map>.GetStyle (Function)
Returns the style used by the map displayed in the Map control.
<HTML editor>.ToPDF (Function)
Exports the content of an HTML Editor control to a PDF file.
<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.
<Editor HTML>.InsertTable (Function)
Inserts a table at the cursor position in an HTML Editor control.
<HTML editor>.FormatSelection (Function)
Modifies the style of the selected elements in an HTML Editor control.
HorizontalAlignment (Property)
The HorizontalAlignment property gets and changes the horizontal alignment of a control.
VerticalAlignment (Property)
The VerticalAlignment property gets and changes the vertical alignment of a control.
ExecuteAAF (Function)
Runs an Automatic Application Feature (AAF) on a control or window.
SysGetDC (Function)
Retrieves the DC (Device Context) of a window, control or screen.
InitialState (Property)
The InitialState property is used to get the initial state of a control.
NumHelp (Function)
Returns the number of the help context associated with the specified control.
TableColumnIndex (Function)
Returns the index of a column in a Table or Treeview Table control.
TableSortedColumn (Function)
Returns the list of sorted columns found in a Table control.
TreeAdd (Function)
Adds a "leaf" element (and all necessary nodes) into a TreeView control.
EnumControl (Function)
Returns the name of Nth control found in the specified element.
ScreenFirst (Function)
Defines the next control that will be in edit in the current window.
ActiveXEvent (Function)
Associates a procedure written in WLanguage with an event of ActiveX control.
Handle (Function)
Returns the system "Handle" (HWND) of a WINDEV control or window.