System.Win.ObjComAuto.TDispatchKind

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

TDispatchKind = (dkMethod, dkProperty, dkSubComponent);

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
enum public
System.Win.ObjComAuto.pas
System.Win.ObjComAuto.hpp
System.Win.ObjComAuto System.Win.ObjComAuto

Beschreibung

Für den internen Gebrauch.

Verwenden Sie TDispatchKind nicht direkt.

Siehe auch