Move Method
Declaration Description Parameters Method Result See Also Example

<< Click to Display Table of Contents >>

Navigation:  Additional Resources > OLE/COM Automation > Methods > Miscellaneous >

Move Method
Declaration Description Parameters Method Result See Also Example

Previous pageReturn to chapter overviewNext page

 

Section

Declaration

 

function Move(

Element: Integer;

const Name, ToName: WideString;

SectionID, All: Integer

): Integer;

Section

Description

Moves an element from to another busbar

Section

Parameters

Input Parameter

Usage

Element

Element Type

Name

Element Name

ToName

Busbar to which the Element is to be Moved

SectionID

Move only Section ID of Branch Section (applies only to branch sections)

All

Move the Entire Branch Section  (applies only to branch sections)

Section

Method Result

1 - Method Success

0 - Method Failure

Section

Example

Success := PowaMasterObj.Move( 0, ElementName, 'Bus1', -1, 0);

Section

See Also

Set Status

Delete

Section