SerialRecord properties

Serial record properties apply to records with the SerialRecord stereotype.

Serial records can include any of the following properties:

Table 1. SerialRecord properties
Property Description
containerContextDependent This property is obsolete and should not be used in new code.
fileName Required. Associates the name of a logical file or queue with a structured record.
i4glItemsNullable Optional. Determines whether a record emulates the behavior of I4GL in creating variables as nullable by default.
lengthItem Variable length records only. Specifies a variable that contains the current size of a variable length record.
numElementsItem Variable length records only. Specifies a field in the record that contains the number of elements that are currently used in the last top-level structured field array.
textLiteralDefaultIsString Optional. If NO, literals without specific type designation receive a type that is based on the characters in the literal. This promotes compatibility with programs migrated from VisualAge® Generator.

Feedback