Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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