Back to FabImage Library Lite website
You are here: Start » System » INI » INI_AddBoolValue

INI_AddBoolValue
Header: | STD.h |
---|---|
Namespace: | fil |
Adds or updates an INI value in the specified section & key.
Syntax
void fil::INI_AddBoolValue ( const ftl::String& inINI, const ftl::String& inSection, const ftl::String& inKey, const bool inValue, ftl::Optional<const ftl::String&> inComment, bool inMultipleValues, ftl::String& outINI )