Type.FunctionParameters
Sözdizimi
Type.FunctionParameters(type as type) as record
Hakkında
type
parametrelerinin adına ve değerleri karşılık gelen türlerine ayarlanmış alan değerlerine sahip bir kayıt döndürür.
Örnek 1
(x as number, y as text)
işlevine yönelik parametre türlerini bulun.
Kullanım
Type.FunctionParameters(type function (x as number, y as text) as any)
Çıkış
[x = type number, y = type text]