Sets the value of the data member or property. This method can only be used to set the value of a public data member or property; otherwise, this method will raise an error.
Return type: VOID
Access: PUBLIC
Applies to: Progress.Reflect.Variable class
Set ( INPUT value AS data-type )
Set ( INPUT index AS INTEGER,
INPUT value AS data-type )
Set ( INPUT instance AS Progress.Lang.Object,
INPUT value AS data-type )
Set ( INPUT instance AS Progress.Lang.Object,
INPUT index AS INTEGER,
INPUT value AS data-type )
|