System.Rtti.TValue.IsEmpty

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property IsEmpty: Boolean read GetIsEmpty;

C++

__property bool IsEmpty = {read=GetIsEmpty};

プロパティ

種類 可視性 ソース ユニット
property public
System.Rtti.pas
System.Rtti.hpp
System.Rtti TValue

説明

TValue レコードが空かどうかを調べます。

IsEmpty プロパティを呼び出すと、TValue レコードに値が格納されているかどうかを調べることができます。 空の TValue を取得するには、Empty メソッドを使用します。

関連項目