Previous Next

Length property
Indicates the current length of the array. This value can be both read and set. If it is set to a smaller value, the array is truncated. Any element beyond the new smaller size of the array is treated as if you call the JsonArray:Remove( ) on them. If this value is set to a larger size, the array is extended with null values as if JsonArray:AddNull( ) was called.
Data type:
Access:
Applies to:

Previous Next
© 2013 Progress Software Corporation and/or its subsidiaries or affiliates.