System.AnsiStrings.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
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