Type.OpenRecord

構文

Type.OpenRecord(type as type) as type

詳細

指定された recordtype の開かれたバージョンを返します (既に開かれている場合は同じ型)。

例 1

開かれたバージョンの type [ A = number] を作成します。

使用方法

Type.OpenRecord(type [A = number])

出力

type [A = number, ...]