Type.OpenRecord
Atgriež sniegtā ieraksta tipa atvērtu versiju (vai to pašu tipu, ja tā jau ir atvērta).
Syntax
Type.OpenRecord(
type as type
) as type
Remarks
Atgriež sniegtā record type atvērtu versiju (vai to pašu tipu, ja tā jau ir atvērta).
Examples
Example #1
Izveidojiet type [ A = number] atvērtu versiju.
Type.OpenRecord(type [A = number])
Result:
type [A = number, ...]
Category
Type