System.SysUtils.NullStr

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

NullStr: PString = @EmptyStr;

C++

extern DELPHI_PACKAGE System::UnicodeString *NullStr;

Properties

Type Visibility Source Unit Parent
variable public
System.SysUtils.pas
System.SysUtils.hpp
System.SysUtils System.SysUtils

Description

A pointer to an empty string.

NullStr defines a pointer to the empty string EmptyStr.

See Also