mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-30 07:40:27 +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
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user