Skip to main content

Type.OpenRecord

ส่งกลับเวอร์ชันที่ถูกเปิดของประเภทระเบียนที่ระบุ (หรือประเภทเดียวกัน ถ้าเปิดอยู่แล้ว)

Syntax

Type.OpenRecord(
type as type
) as type

Remarks

ส่งกลับเวอร์ชันของ record type ที่ระบุซึ่งถูกเปิด (หรือประเภทเดียวกัน ถ้าเปิดอยู่แล้ว)

Examples

Example #1

สร้างเวอร์ชันที่ถูกเปิดของ <code>type [ A = number]</code>

Type.OpenRecord(type [A = number])

Result:

type [A = number, ...]

Category

Type