System.Generics.Collections.PObject

提供:RAD Studio API Documentation

Delphi

type PObject = ^TObject;

C++

typedef System::TObject* *PObject;

プロパティ

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

説明

PObjectTObject クラスへのポインタ型です。

PObjectTObject クラスへのポインタ型です。

関連項目