System.SysUtils.NullAnsiStr

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

Delphi

NullAnsiStr: PAnsiString = @EmptyAnsiStr;

C++

extern DELPHI_PACKAGE System::AnsiString *NullAnsiStr;

プロパティ

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

説明

空の ANSI 文字列定数を指すポインタです。

NullAnsiStr'' を指すポインタです。

メモ: NullAnsiStr は下位互換性を保つために用意されています。

関連項目