メインコンテンツまでスキップ

Type.OpenRecord

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

Syntax

Type.OpenRecord(
type as type
) as type

Remarks

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

Examples

Example #1

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

Type.OpenRecord(type [A = number])

Result:

type [A = number, ...]

Category

Type