System.SysUtils.TStringHelper.IsNullOrEmpty

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

class function IsNullOrEmpty(const Value: string): Boolean; static;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public System.SysUtils.pas System.SysUtils TStringHelper

Beschreibung

Ist eine statische Klassenfunktion, die zurückgibt, ob der angegebene String leer ist oder nicht (enthält keine Zeichen).

Siehe auch