System.Classes.TStrings.IsEmpty

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property IsEmpty: Boolean read GetIsEmpty;

C++

__property bool IsEmpty = {read=GetIsEmpty, nodefault};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
System.Classes.pas
System.Classes.hpp
System.Classes TStrings


Beschreibung

Gibt an, ob die TStrings-Liste Einträge enthält.

Gibt True zurück, wenn die Liste leer ist.

Siehe auch