mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-22 12:39:29 +02:00
* Fixed access violation reported on Mailing list
git-svn-id: trunk@18793 -
This commit is contained in:
parent
61219c304d
commit
3355d5624b
@ -680,11 +680,13 @@ end;
|
||||
|
||||
function TCustomPropertyStorage.ReadString(const Ident, DefaultValue: string): string;
|
||||
begin
|
||||
StorageNeeded(True);
|
||||
Result := DoReadString(RootSection, Ident, DefaultValue);
|
||||
end;
|
||||
|
||||
procedure TCustomPropertyStorage.WriteString(const Ident, Value: string);
|
||||
begin
|
||||
StorageNeeded(False);
|
||||
DoWriteString(RootSection, Ident, Value);
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user