Type.OpenRecord
Type.OpenRecord(type as type) as type
Zwraca otwartą wersję danego record
type
elementu (lub tego samego typu, jeśli jest już otwarty).
Utwórz otwartą wersję programu type [ A = number]
.
Użycie
Type.OpenRecord(type [A = number])
Wyjście
type [A = number, ...]