System.Rtti.TValue.IsEmpty

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property IsEmpty: Boolean read GetIsEmpty;

C++

__property bool IsEmpty = {read=GetIsEmpty};

Properties

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

Description

Checks whether the TValue record is empty.

Call IsEmpty to check whether the TValue record has a stored value. To obtain an empty TValue, use the Empty method.

See Also