فهرست منبع

* Marked some sections as private

git-svn-id: trunk@7374 -
michael 18 سال پیش
والد
کامیت
a78f576074
1فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  1. 2 0
      packages/fcl-base/src/inc/inifiles.pp

+ 2 - 0
packages/fcl-base/src/inc/inifiles.pp

@@ -57,6 +57,7 @@ uses classes, sysutils;
 
 
 type
 type
   TIniFileKey = class
   TIniFileKey = class
+  Private
     FIdent: string;
     FIdent: string;
     FValue: string;
     FValue: string;
   public
   public
@@ -76,6 +77,7 @@ type
   end;
   end;
 
 
   TIniFileSection = class
   TIniFileSection = class
+  private
     FName: string;
     FName: string;
     FKeyList: TIniFileKeyList;
     FKeyList: TIniFileKeyList;
   public
   public