System.MarshaledString

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

Delphi

type MarshaledString = ^Char;

プロパティ

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

説明

NULL 終端 Unicode 文字列を表します。


MarshaledString は、WideChar 値(#0 文字を含む)が格納されているメモリ領域を指すポインタを表します。

MarshaledStringPChar のエイリアスです。

メモ:


関連項目