System.Rtti.TValue.Empty

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class property Empty: TValue read GetEmpty;

C++

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

Properties

Type Visibility Source Unit Parent
property public
System.Rtti.pas
System.Rtti.hpp
System.Rtti TValue

Description

Returns an empty TValue record.

Empty is a static method that can be used to obtain a TValue record that has no stored value.

See Also