Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
Syntax
Type.ClosedRecord(type as type) as type
About
Returns a closed version of the given record type (or the same type, if it is already closed).
Example
Create a closed version of type [ A = number,...].
Usage
Type.ClosedRecord(type [A = number, ...])
Output
type [A = number]