System.PComp

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type PComp = ^Comp;

C++

typedef Comp *PComp;

Properties

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

Description

Is a pointer to a Comp.

PComp is a pointer to a Comp.

Note: The Comp data type is deprecated.

See Also