SetName Method
Declaration Description Parameters Method Result See Also Example

<< Click to Display Table of Contents >>

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

SetName Method
Declaration Description Parameters Method Result See Also Example

Previous pageReturn to chapter overviewNext page

 

Section

Declaration

 

procedure SetName(

Element: Integer;

const OldName: WideString;

var NewName: WideString

);

Section

Description

Changes the name of an element

Section

Parameters

 

Parameter

Usage

Element

Element Type

OldName

Current Name of element

NewName

New Name of element

Section

Method Results

None, but returns the successful name in the "New Name" variable

Section

Example

PowaMasterObj.SetNameList( 0, OldName, NewName)

Section

See Also

GetNameListAsText

Section