Back to FabImage Library website

You are here: Start » Function Reference » System » INI » INI_GetAllSectionKeys

INI_GetAllSectionKeys


Header: STD.h
Namespace: fil
Module: FoundationLite

Gets all key names within a section.

Syntax

void fil::INI_GetAllSectionKeys
(
	const ftl::String& inINI,
	const ftl::String& inSectionName,
	ftl::Array<ftl::String>& outKeys
)

Parameters

Name Type Default Description
Input value inINI const String& INI
Input value inSectionName const String& Section name
Output value outKeys Array<String>&