Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AVEVA™ Plant SCADA

IPanes​.RemoveAll [Method]

  • Last UpdatedJul 18, 2023
  • 1 minute read

Removes every Pane from this Pane collection.

Defined As

  • [VBA] RemoveAll()

  • [Cicode] RemoveAll()

  • [C++] HRESULT RemoveAll()

Execution Result

If the method succeeds, the return value will be Success. If the panes collection is deleted, the return value will be GeneralFailure.

Calling Syntax

This example assumes there is a valid Panes collection object to be passed into the example methods.

[VBA]

Sub Panes(Buttons As Object)
Panes.RemoveAll()
End Sub

[Cicode]

FUNCTION Example(OBJECT hPanes)
_ObjectCallMethod(hPanes, "RemoveAll");
END

In This Topic
Related Links
TitleResults for “How to create a CRG?”Also Available in