Type.OpenRecord
Zwraca otwartą wersję podanego typu rekordu (lub ten sam typ, jeśli jest już otwarty).
Syntax
Type.OpenRecord(
type as type
) as type
Remarks
Zwraca otwartą wersję podanego elementu record
type
(lub ten sam typ, jeśli jest już otwarty).
Examples
Example #1
Utwórz otwartą wersję elementu <code>type [ A = number]</code>.
Type.OpenRecord(type [A = number])
Result:
type [A = number, ...]
Category
Type