System.SysUtils.NullAnsiStr

From RAD Studio API Documentation
Jump to: navigation, search

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.

See Also