typinfo.pp, TTypeData:

* document the property data that follows for interface types (both COM and Corba)

git-svn-id: trunk@33106 -
This commit is contained in:
svenbarth 2016-02-19 15:23:52 +00:00
parent 8152d1185c
commit 6d81760136

View File

@ -241,6 +241,7 @@ unit typinfo;
IntfFlags : TIntfFlagsBase;
GUID: TGUID;
IntfUnit: ShortString;
{ here the properties follow as Word Count & array of TPropInfo }
);
tkInterfaceRaw:
(
@ -249,6 +250,7 @@ unit typinfo;
IID: TGUID;
RawIntfUnit: ShortString;
IIDStr: ShortString;
{ here the properties follow as Word Count & array of TPropInfo }
);
tkArray:
(ArrayData: TArrayTypeData);