إشعار
يتطلب الوصول إلى هذه الصفحة تخويلاً. يمكنك محاولة تسجيل الدخول أو تغيير الدلائل.
يتطلب الوصول إلى هذه الصفحة تخويلاً. يمكنك محاولة تغيير الدلائل.
Syntax
Type.OpenRecord(type as type) as type
About
Returns an opened version of the given record type (or the same type, if it is already opened).
Example 1
Create an opened version of type [ A = number].
Usage
Type.OpenRecord(type [A = number])
Output
type [A = number, ...]