System.SysUtils.NullWideStr

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

NullWideStr: PWideString = @EmptyWideStr;

C++

extern DELPHI_PACKAGE System::WideString *NullWideStr;

Properties

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

Description

A pointer to an empty wide string.

NullWideStr defines a pointer to the empty wide string EmptyWideStr.

See Also