Browse Source

+ description of tpropinfo.propprocs bit 6 added

florian 27 years ago
parent
commit
81bce6dd30
1 changed files with 5 additions and 1 deletions
  1. 5 1
      rtl/objpas/typinfo.pp

+ 5 - 1
rtl/objpas/typinfo.pp

@@ -128,6 +128,7 @@ unit typinfo;
         // bit 0..1 GetProc
         //     2..3 SetProc
         //     4..5 StoredProc
+        //     6 : true, constant index property 
         PropProcs : Byte;
 
         Name : ShortString;
@@ -366,7 +367,10 @@ end.
 
 {
   $Log$
-  Revision 1.9  1998-09-19 15:25:45  florian
+  Revision 1.10  1998-09-20 08:25:34  florian
+    + description of tpropinfo.propprocs bit 6 added
+
+  Revision 1.9  1998/09/19 15:25:45  florian
     * procedure GetOrdProp added
 
   Revision 1.8  1998/09/19 08:33:53  florian