System.Rtti.TValue.Empty

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

class property Empty: TValue read GetEmpty;

C++

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

Propriétés

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

Description

Renvoie un enregistrement TValue vide.

Empty est une méthode statique qui peut être utilisée pour construire un enregistrement TValue sans valeur stockée.

Voir aussi