System.Generics.Collections.PObject

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

type PObject = ^TObject;

C++

typedef System::TObject* *PObject;

Propriétés

Type Visibilité  Source Unité  Parent
pointer
typedef
public
System.Generics.Collections.pas
System.Generics.Collections.hpp
System.Generics.Collections System.Generics.Collections

Description

PObject est un type pointeur sur une classe TObject.

PObject est un type pointeur sur une classe TObject.

Voir aussi