Previous: Byte Library Data Usage Mechanics, Up: Byte Data Library [Index]
The C type of ‘data’ objects is struct x1f4_dxdata_type
.
‘data’ objects are referable.
See Referable Objects.
‘data’ objects do not store references to other objects.
See Object Classes.
‘data’ objects are reference counted. References may be added and removed
by changing the reference counter (the call
field in the struct
x1f4_dxdata_type
record).
The preinitialized variables value for the ‘data’ type is NULL
.