APLX Help
: System Classes
: Methods
: Set
|
|
![]() |
The 'Set' method |
Argument: Nested vector of property-value pairs Valid for: Any object The Set method allows you to set multiple property values in a single statement, using For example, the following sequence sets three properties for an 'OK' button: 'Win.But' ⎕WI 'where' 5 9 'Win.But' ⎕WI 'title' 'OK' 'Win.But' ⎕WI 'enabled' 0 You can achieve the same result in one statement using the Set method as follows: 'Win.But' ⎕WI 'Set' ('where' 5 9) ('title' 'OK') ('enabled' 0) |
|
APLX Help
: System Classes
: Methods
: Set
|
Copyright © 1996-2010 MicroAPL Ltd