System.SysUtils.NullWideStr

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

NullWideStr: PWideString = @EmptyWideStr;

C++

extern DELPHI_PACKAGE System::WideString *NullWideStr;

プロパティ

種類 可視性 ソース ユニット
variable public
System.SysUtils.pas
System.SysUtils.hpp
System.SysUtils System.SysUtils

説明

空のワイド文字列へのポインタ。

NullWideStr は、空のワイド文字列(EmptyWideStr)へのポインタを定義します。

関連項目