mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-28 20:00:15 +02:00
* Marked some sections as private
git-svn-id: trunk@7374 -
This commit is contained in:
parent
acb9fb53d2
commit
a78f576074
@ -57,6 +57,7 @@ uses classes, sysutils;
|
||||
|
||||
type
|
||||
TIniFileKey = class
|
||||
Private
|
||||
FIdent: string;
|
||||
FValue: string;
|
||||
public
|
||||
@ -76,6 +77,7 @@ type
|
||||
end;
|
||||
|
||||
TIniFileSection = class
|
||||
private
|
||||
FName: string;
|
||||
FKeyList: TIniFileKeyList;
|
||||
public
|
||||
|
Loading…
Reference in New Issue
Block a user