System.Win.ObjComAuto.TDispatchKind

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TDispatchKind = (dkMethod, dkProperty, dkSubComponent);

C++

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

Properties

Type Visibility Source Unit Parent
enum public
System.Win.ObjComAuto.pas
System.Win.ObjComAuto.hpp
System.Win.ObjComAuto System.Win.ObjComAuto

Description

For internal use.

You should not use TDispatchKind directly.

See Also