Type.IsOpenRecord

Syntax

Type.IsOpenRecord(type as type) as logical

About

Returns a logical indicating whether a record type is open.

Example 1

Determine if the record type [ A = number, ...] is open.

Usage

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

Output

true