System.Win.ObjComAuto.TDispatchKind

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

TDispatchKind = (dkMethod, dkProperty, dkSubComponent);

C++

enum DECLSPEC_DENUM TDispatchKind : unsigned char { dkMethod, dkProperty, dkSubComponent };

プロパティ

種類 可視性 ソース ユニット
enum public
System.Win.ObjComAuto.pas
System.Win.ObjComAuto.hpp
System.Win.ObjComAuto System.Win.ObjComAuto

説明

内部的に使用するためのものです。

TDispatchKind を直接使用しないでください。

関連項目