RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
ObjComAuto.TDispatchKind Enumeration
Pascal
TDispatchKind = (
  dkMethod,
  dkProperty,
  dkSubComponent
);
C++
enum TDispatchKind {
  dkMethod,
  dkProperty,
  dkSubComponent
};

This is record ObjComAuto.TDispatchKind.

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!