Open main menu

RAD Studio API Documentation β

System.PDispDesc

Delphi

type PDispDesc = ^TDispDesc;

C++

typedef TDispDesc *PDispDesc;

Properties

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

Description

Is a pointer to a TDispDesc.

PDispDesc represents a pointer to a TDispDesc.

See Also