소스 검색

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