|
<< Click to Display Table of Contents >> Delete Method
|
![]() ![]()
|
![]()
function Delete(Element: Integer; const Name: WideString; SectionID, All: Integer): Integer
![]()
Deletes the Selected Element.
![]()
Input Parameter |
Usage |
Element |
|
Name |
Element Name |
SectionID |
Delete SectionID of Multi-Section Line (used only for multi-section lines - set to -1 for other elements) |
All |
Delete All Elements of a Multi-Section Line (1 - delete all, 0 - delete only SectionID) |
![]()
1 - Method Success
0 - Method Failure
![]()
Success := PowaMasterObj.Delete(0,Bus1,-1,0);
![]()
•Move
![]()