Type.IsOpenRecord
Sintassi
Type.IsOpenRecord(type as type) as logical
Informazioni su
Restituisce un valore logical
che indica se un type
di record è aperto.
Esempio 1
Determinare se il type [ A = number, ...]
di record è aperto.
Utilizzo
Type.IsOpenRecord(type [A = number, ...])
Output
true