System.PDispDesc

提供:RAD Studio API Documentation

Delphi

type PDispDesc = ^TDispDesc;

C++

typedef TDispDesc *PDispDesc;

プロパティ

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

説明

TDispDesc へのポインタです。

PDispDesc は、TDispDesc へのポインタを表します。

関連項目