System.RecordType - Manhunter07/MFL GitHub Wiki

Declaration

const RecordType = 6

Description

The RecordType constant in the System package represents the type code for records with any amount, names, types and values of members. It is returned when retrieving the type of any record value using the TypeOf function.

Other than the name might suggest, it is not a type but a constant. If you want to restrict function parameters to accept records only, use the record or object type constructor instead.

See also