Type.OpenRecord
Vraća otvorenu verziju datog tipa zapisa (ili isti tip ako je već otvoren).
Syntax
Type.OpenRecord(
type as type
) as type
Remarks
Vraća otvorenu verziju za dati record type (ili isti tip ako je već otvoren).
Examples
Example #1
Kreirajte otvorenu verziju za type [ A = number].
Type.OpenRecord(type [A = number])
Result:
type [A = number, ...]
Category
Type