Type.IsOpenRecord
ส่งกลับว่าประเภทระเบียนเปิดอยู่หรือไม่
Syntax
Type.IsOpenRecord(
type as type
) as logical
Remarks
ส่งกลับ logical
ที่ระบุว่า type
เปิดอยู่หรือไม่
Examples
Example #1
กำหนดว่าระเบียน <code>type [ A = number, ...]</code> เปิดอยู่หรือไม่
Type.IsOpenRecord(type [A = number, ...])
Result:
true
Category
Type