다음을 통해 공유


Type.IsOpenRecord

통사론

Type.IsOpenRecord(type as type) as logical

소개

이 함수는 레코드 type이 열려 있는지를 나타내는 logical을 반환합니다.

예제 1

레코드 type [ A = number, ...] 열려 있는지 확인합니다.

사용량

Type.IsOpenRecord(type [A = number, ...])

출력

true