12.4.2 Record scope

The field identifiers inside a record definition are valid in the following places:

  1. to the end of the record definition.
  2. field designators of a variable of the given record type.
  3. identifiers inside a With statement that operates on a variable of the given record type.