APLX Help
: System Classes
: Properties
: name
|
|
![]() |
The 'name' property |
Character Vector Valid for: All objects If you created the object using win←'⎕' ⎕NEW 'Window' win.caption←'Sample Window' win.name SYSOBJ-3 ⎕WE win.name If you created the object using 'Win1.OK' ⎕WI 'name' ⍝ Read the current name OK 'Win1.OK' ⎕WI 'name' 'OKBut' ⍝ Change the name 'Win1.OKBut' ⎕WI 'name' ⍝ Note left argument OKBut If you want the fully-qualified name including the parent hierarchy, use the self property instead. |
|
APLX Help
: System Classes
: Properties
: name
|
Copyright © 1996-2010 MicroAPL Ltd