RecordRecord.FieldCountOn this pageRecord.FieldCount ส่งกลับจำนวนของเขตข้อมูลใน ระเบียน Syntax Record.FieldCount( record as record) as number Remarks ส่งกลับจำนวนของเขตข้อมูลในระเบียน record Examples Example #1 ค้นหาจำนวนฟิลด์ในระเบียน Record.FieldCount([CustomerID = 1, Name = "Bob"]) Result: 2 Category Record.Information