|
OWLNext 7.0
Borland's Object Windows Library for the modern age
|
lightweight IDispatch implementation for automation controllers More...
#include <ocf/autodefs.h>
Public Member Functions | |
| TDispatch (const TObjectDescriptor &obj, IUnknown *outer=0) | |
| void | InvalidateObject () |
| operator IDispatch * () | |
Public Attributes | |
| void * | Object |
| pointer to C++ object instance, 0 if deleted | |
| TAutoClass * | Class |
| class of which object is an instance | |
lightweight IDispatch implementation for automation controllers
Definition at line 1090 of file autodefs.h.
| ocf::TDispatch::TDispatch | ( | const TObjectDescriptor & | obj, |
| IUnknown * | outer = 0 ) |
Definition at line 45 of file autodisp.cpp.
|
inline |
Definition at line 1093 of file autodefs.h.
|
inline |
Definition at line 1810 of file autodefs.h.
| TAutoClass* ocf::TDispatch::Class |
class of which object is an instance
Definition at line 1097 of file autodefs.h.
| void* ocf::TDispatch::Object |
pointer to C++ object instance, 0 if deleted
Definition at line 1096 of file autodefs.h.