Skip to content

Commit 94f8e28

Browse files
committed
fix: force bump
1 parent bfee70c commit 94f8e28

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

utils/config.simba

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -487,6 +487,7 @@ end;
487487
## TConfigINI.Get
488488
```pascal
489489
function TConfigINI.Get(Section, KeyName: String): String;
490+
function TConfigINI.Get(Section, KeyName, DefaultValue: String): String; overload;
490491
```
491492
Retrieves a single value by key from a specified section.
492493

0 commit comments

Comments
 (0)