Type.IsOpenRecord
Returns whether a record type is open.
Syntax
Type.IsOpenRecord(
type as type
) as logical
Remarks
Returns a logical
indicating whether a record type
is open.
Examples
Example #1
Determine if the record <code>type [ A = number, ...]</code> is open.
Type.IsOpenRecord(type [A = number, ...])
Result:
true
Category
Type