メインメニューを開く

RAD Studio API Documentation β

System.MarshaledString

Delphi

type MarshaledString = ^Char;

プロパティ

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

説明

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


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

MarshaledStringPChar のエイリアスです。

メモ:


関連項目