Type.OpenRecord(type as type) as type
返回给定 recordtype(或同一类型,如果其已打开)的打开版本。
record
type
创建 type [ A = number] 的打开版本。
type [ A = number]
使用情况
Type.OpenRecord(type [A = number])
输出
type [A = number, ...]