System.PString

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

Delphi

type PString = ^string;

C++

typedef PUnicodeString       PString;          //

プロパティ

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


説明

String へのポインタ。

PString は、String へのポインタです。

関連項目