System.SysUtils.NullAnsiStr

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

NullAnsiStr: PAnsiString = @EmptyAnsiStr;

C++

extern DELPHI_PACKAGE System::AnsiString *NullAnsiStr;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
variable public
System.SysUtils.pas
System.SysUtils.hpp
System.SysUtils System.SysUtils

Beschreibung

Zeiger auf die leere ANSI-String-Konstante.

NullAnsiStr ist ein Zeiger auf ''.

Hinweis: NullAnsiStr dient der Abwärtskompatibilität.

Siehe auch