ソースを参照

typinfo.pp, TTypeData:
* document the property data that follows for interface types (both COM and Corba)

git-svn-id: trunk@33106 -

svenbarth 9 年 前
コミット
6d81760136
1 ファイル変更2 行追加0 行削除
  1. 2 0
      rtl/objpas/typinfo.pp

+ 2 - 0
rtl/objpas/typinfo.pp

@@ -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);