In-Memory Ini

PrinceGupta

Мимокрокодил
Hey guys is there any way to read from an in memory INI and perform all the normal-ini function from the scripts
like
function GetIniBool(const Section, Key: String; const Default: Boolean; const Filename: String): Boolean;
function GetIniInt(const Section, Key: String; const Default, Min, Max: Longint; const Filename: String): Longint;
function GetIniString(const Section, Key, Default, Filename: String): String;
etc,
Thanks in Advance
 
Сверху