EnglishРусский  
 Share/Save/Bookmark
 

Ads

Installer and installation software
Commercial and Freeware installers.

ini.getvalue

Get the value of an entry.

method uint ini.getvalue (
   str section,
   str key,
   str value,
   str defvalue
)

Parameters

section Section name.
key Key name.
value The string for getting the value.
defval The value to be assigned if the entry is not found.

Return value

Returns 1 if the entry is found and 0 otherwise.

Related links

Source