System.SysUtils.NullStr

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

Delphi

NullStr: PString = @EmptyStr;

C++

extern DELPHI_PACKAGE System::UnicodeString *NullStr;

プロパティ

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

説明

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

NullStr は、空の文字列(EmptyStr)へのポインタを定義します。

関連項目