Open main menu

RAD Studio API Documentation β

System.AnsiStrings.NullAnsiStr

Delphi

NullAnsiStr: PAnsiString = @EmptyAnsiStr;

C++

extern DELPHI_PACKAGE System::AnsiString *NullAnsiStr;

Properties

Type Visibility Source Unit Parent
const
variable
public
System.AnsiStrings.pas
System.AnsiStrings.hpp
System.AnsiStrings System.AnsiStrings

Description

Pointer to the empty ANSI string constant.

NullAnsiStr is a pointer to ''.

Note: NullAnsiStr is provided for backward compatibility.

See Also