The Size property stores object size.
Applies to objects: Field, Parameter
[[Let] RetVal = ] object.Size [Let] object.Size = SetVal |
The Size property syntax has these parts:
Part | Description |
object | Required. A reference to an instance of the object. |
RetVal | Optional. A Long type variable. |
SetVal | Required. A Long type variable. |
This property can be used just for cddbText, cddbBinary, cddbMemo, cddbCurrency, cddbNumeric and cddbDecimal types (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 Object, Parameter Object, Constants. |