RelativeRecord properties

Relative record properties apply to records with the RelativeRecord stereotype.

Relative records can include any of the following properties:

Table 1. RelativeRecord 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.
recordNumItem Required. Identifies a variable that holds the relative number of a record within a file.
textLiteralDefaultIsString Optional. If NO, literals without specific type designation receive a type based on the characters in the literal. This promotes compatibility with programs migrated from VisualAge® Generator.

Feedback