Disconnect Method
Declaration Description Parameters Method Result See Also Example

<< Click to Display Table of Contents >>

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

Disconnect Method
Declaration Description Parameters Method Result See Also Example

Previous pageReturn to chapter overviewNext page

 

Section

Declaration

procedure Disconnect(const Name: WideString; TrfrFlag: Integer);

Section

Description

Disconnects the Selected Element.

Section

Parameters

Input Parameter

Usage

Name

Element Name

TrfrFlag

I Element a Trfr (1 - Yes ,0 - No)

Section

Method Result

None

Section

Example

PowaMasterObj.Disconnect(ElementName,0);

Section

See Also

Delete

Move

Section