System.Rtti.TValue.Empty

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

Delphi

class property Empty: TValue read GetEmpty;

C++

/* static */ __property TValue Empty = {read=GetEmpty};

プロパティ

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

説明

空の TValue レコードを返します。

Empty は、値が何も格納されていない TValue レコードを取得するのに使用される静的メソッドです。

関連項目