System.SysUtils.NullWideStr

提供: RAD Studio API Documentation
2011年10月18日 (火) 20:26時点におけるPyBot (トーク | 投稿記録)による版 (Scoping Libraries)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
移動先: 案内検索

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)へのポインタを定義します。

関連項目