company logo

PropertyDefinition :: length - Property size

The function returns the size allocated for a property instance in bytes. For reference properties (collections) the size is the size of the property handle. For arrays, this is the size for the complete array. For MEMO and BLOB properties, the size contains the maximum size for the property, which usually differs from the size currently allocated for an instance in the property.

Return value:  Size ( int32  )

Size of the instance or property area. For string objects, the size is usually measured in units.

Implementation details

int32 PropertyDefinition  :: length (  )