ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

WinEdSelect (Function)
Returns one of the controls selected when the interface is modified by the end user ("Allow end users to modify the UI" option enabled).
WinEdSelectMinus (Function)
Deselects a control when the interface is modified by the end user ("Allow end users to modify the UI" option enabled).
<Window>.EdSelectMinus (Function)
Deselects a control when the interface is modified by the end user ("Allow end users to modify the UI" option enabled).
WinEdSelectOccurrence (Function)
Indicates the number of controls selected when the interface is modified by the end user ("Allow end users to modify the UI" option enabled).
Information about a control found in a window or in a page
The window editor and the page editor allow you to get information about the controls used.
<Window>.EdSelectPlus (Function)
Selects a control when the interface is modified by the end user ("Allow end users to modify the UI" option enabled).
WinEdSelectPlus (Function)
Selects a control when the interface is modified by the end user ("Allow end users to modify the UI" option enabled).
<Window>.EdSelectOccurrence (Function)
Indicates the number of controls selected when the interface is modified by the end user ("Allow end users to modify the UI" option enabled).
<Window>.EdSelect (Function)
Returns one of the controls selected when the interface is modified by the end user ("Allow end users to modify the UI" option enabled).
ImageArea (Function)
Returns the number of the image area clicked by the Web user.
<Diagram variable>.StartModification (Function)
Indicates the start of a series of actions performed in a variable of type Diagram in a single event ("undo/redo")....
<Diagram variable>.EndModification (Function)
Indicates the end of a series of actions performed in a variable of type Diagram in a single event ("undo/redo")....
<Word Processing>.Save (Function)
Saves a document as a "docx" file.
ToolTipMargin (Function)
Modifies the margin of the text in the tooltips.
<Chart>.SeriesOpacity (Function)
Modifies the opacity factor of a series in a chart.
WinUsefulSize (Function)
Specifies the useful size of an internal window with automatic scrollbars. The useful size corresponds to the full size of the internal window: Width of the internal window. Height of the internal window....
CameraConfigure (Function)
Allows you to configure the video capture driver.
WBAdminListAccount (Function)
Returns the list of WEBDEV accounts on a WEBDEV Application Server.
DiagramToSVG (Function)
Exports a diagram to an SVG image.
DiagramSearch (Function)
Searches for shapes containing a specific text in a diagram.
DocInsert (Function)
Inserts an object into a Word Processing document or replaces the content of the current fragment. The objects that can be used are: an element, a document, a paragraph, a text, an image, a fragment....
<Chart>.SunburstSectionColor (Function)
Changes the color of a portion of a Sunburst chart.
<Chart>.WaterfallCategoryType (Function)
Indicates the category type of a Waterfall chart.
<Chart>.StockAddData (Function)
Adds data into a stock chart (candlestick, barcharts or minmax).
<Chart>.PointType (Function)
Modifies the shape of point for a specific category or value found in a Line, Area, Scatter and Radar chart.
Testing and debugging an application on an Android device
All developers appreciate the possibility to debug an application directly on the device......