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

Type.IsOpenRecord

レコード型が OPEN かどうかを返します。

Syntax

Type.IsOpenRecord(
type as type
) as logical

Remarks

レコード type が OPEN かどうかを示す logical を返します。

Examples

Example #1

レコード <code>type [ A = number, ...]</code> が開かれているかどうかを判断します。

Type.IsOpenRecord(type [A = number, ...])

Result:

true

Category

Type