|
<< Click to Display Table of Contents >> SetName Method
|
![]() ![]()
|
![]()
procedure SetName(
Element: Integer;
const OldName: WideString;
var NewName: WideString
);
![]()
Changes the name of an element
![]()
Parameter |
Usage |
Element |
|
OldName |
Current Name of element |
NewName |
New Name of element |
![]()
None, but returns the successful name in the "New Name" variable
![]()
PowaMasterObj.SetNameList( 0, OldName, NewName)
![]()
![]()