|
@@ -515,6 +515,7 @@ unit TypInfo;
|
|
Parent: PPTypeInfo;
|
|
Parent: PPTypeInfo;
|
|
Flags: TIntfFlagsBase;
|
|
Flags: TIntfFlagsBase;
|
|
GUID: TGUID;
|
|
GUID: TGUID;
|
|
|
|
+ ThunkClass : PPTypeInfo;
|
|
UnitNameField: ShortString;
|
|
UnitNameField: ShortString;
|
|
{ PropertyTable: TPropData }
|
|
{ PropertyTable: TPropData }
|
|
{ MethodTable: TIntfMethodTable }
|
|
{ MethodTable: TIntfMethodTable }
|
|
@@ -555,6 +556,7 @@ unit TypInfo;
|
|
Parent: PPTypeInfo;
|
|
Parent: PPTypeInfo;
|
|
Flags : TIntfFlagsBase;
|
|
Flags : TIntfFlagsBase;
|
|
IID: TGUID;
|
|
IID: TGUID;
|
|
|
|
+ ThunkClass : PPTypeInfo;
|
|
UnitNameField: ShortString;
|
|
UnitNameField: ShortString;
|
|
{ IIDStr: ShortString; }
|
|
{ IIDStr: ShortString; }
|
|
{ PropertyTable: TPropData }
|
|
{ PropertyTable: TPropData }
|
|
@@ -756,6 +758,7 @@ unit TypInfo;
|
|
IntfParentRef: TypeInfoPtr;
|
|
IntfParentRef: TypeInfoPtr;
|
|
IntfFlags : TIntfFlagsBase;
|
|
IntfFlags : TIntfFlagsBase;
|
|
GUID: TGUID;
|
|
GUID: TGUID;
|
|
|
|
+ ThunkClass : PPTypeInfo;
|
|
IntfUnit: ShortString;
|
|
IntfUnit: ShortString;
|
|
{ PropertyTable: TPropData }
|
|
{ PropertyTable: TPropData }
|
|
{ MethodTable: TIntfMethodTable }
|
|
{ MethodTable: TIntfMethodTable }
|
|
@@ -765,6 +768,7 @@ unit TypInfo;
|
|
RawIntfParentRef: TypeInfoPtr;
|
|
RawIntfParentRef: TypeInfoPtr;
|
|
RawIntfFlags : TIntfFlagsBase;
|
|
RawIntfFlags : TIntfFlagsBase;
|
|
IID: TGUID;
|
|
IID: TGUID;
|
|
|
|
+ RawThunkClass : PPTypeInfo;
|
|
RawIntfUnit: ShortString;
|
|
RawIntfUnit: ShortString;
|
|
{ IIDStr: ShortString; }
|
|
{ IIDStr: ShortString; }
|
|
{ PropertyTable: TPropData }
|
|
{ PropertyTable: TPropData }
|