System.SysUtils.EmptyStr
Delphi
EmptyStr: string = '';
C++
extern DELPHI_PACKAGE System::UnicodeString EmptyStr;
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| variable | public | System.SysUtils.pas System.SysUtils.hpp | System.SysUtils | System.SysUtils | 
Description
An empty string constant.
Included for backward compatibility only.