System.SysUtils.EmptyWideStr

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

EmptyWideStr: WideString = '';

C++

extern DELPHI_PACKAGE System::WideString EmptyWideStr;

Properties

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

Description

An empty string version of the WideString constant.

Included for backward compatibility only.