System.Rtti.TValue.IsEmpty
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.