使用英语阅读

通过


Type.OpenRecord

语法

Type.OpenRecord(type as type) as type

关于

返回给定 recordtype 的打开版本(或相同类型(如果已打开)。

示例 1

创建 type [ A = number] 的打开版本。

使用情况

Type.OpenRecord(type [A = number])

输出

type [A = number, ...]