ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Deselects a shape in a Diagram Editor control.
Example
DiagramSelectMinus(EDIAG_MonDiagramme, 1)
Syntax
DiagramSelectMinus(<Diagram> [, <Shape index>])
<Diagram>: Control name
Name of the Diagram Editor control to use.
<Shape index>: Optional integer
Index of the shape to be deselected (in case of multiselection). If this parameter is not specified, deselects the current item.
Remark: If the shape does not exist in the diagram, the function has no effect.
Component: wd280mdl.dll
Minimum version required
  • Version 27
This page is also available for…
Comments
Click [Add] to post a comment