The Type property represents object type.
Applies to objects: Field, Parameter
[[Let] RetVal = ] object.Type [Let] object.Type = SetVal |
The Type property syntax has these parts:
Part | Description |
object | Required. A reference to an instance of the object. |
RetVal | Optional. An Integer type variable. |
SetVal | Required. An Integer type variable. |
The description property of an object can possess the following values (see Data Types).
This property changes will be accepted only during parameter creation. In any other cases the changes will be ignored.
....... |
See Also |
Field, Parameter Object, Constants. |