System.AnsiStrings.NullAnsiStr

From RAD Studio API Documentation
Revision as of 17:34, 13 February 2014 by AChavesBot (talk | contribs) (Robot: Adding category XE6)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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