System.Generics.Collections.PObject

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type PObject = ^TObject;

C++

typedef System::TObject* *PObject;

Properties

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

Description

PObject is a pointer type to a TObject class.

PObject is a pointer type to a TObject class.

See Also