System.Rtti.TValue.IsEmpty

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property IsEmpty: Boolean read GetIsEmpty;

C++

__property bool IsEmpty = {read=GetIsEmpty};

Propriétés

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

Description

Vérifie si l'enregistrement TValue est vide.

Appelez IsEmpty pour vérifier si l'enregistrement TValue a une valeur stockée. Afin d'obtenir un TValue vide, utilisez la méthode Empty.

Voir aussi