Skip to main content

Type.IsOpenRecord

ส่งกลับว่าประเภทระเบียนเปิดอยู่หรือไม่

Syntax​

Type.IsOpenRecord(
type as type
) as logical

Remarks​

ส่งกลับ logicalที่ระบุว่า type เปิดอยู่หรือไม่

Examples​

Example #1​

กำหนดว่าระเบียน type [ A = number, ...] เปิดอยู่หรือไม่

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

Result:

true

Category​

Type