System.SysUtils.NullAnsiStr
Delphi
NullAnsiStr: PAnsiString = @EmptyAnsiStr;
C++
extern DELPHI_PACKAGE System::AnsiString *NullAnsiStr;
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| variable | public | System.SysUtils.pas System.SysUtils.hpp |
System.SysUtils | System.SysUtils |
Description
Pointer to the empty ANSI string constant.
NullAnsiStr is a pointer to ''.
Note: NullAnsiStr is provided for backward compatibility.