CapyKit/Documentation/Help/Methods_T_CapyKit_Helpers_SettingsHelper.md

25 lines
831 B
Markdown
Raw Normal View History

# SettingsHelper Methods
## Methods
<table>
<tr>
<td><a href="M_CapyKit_Helpers_SettingsHelper_GetApplicationSetting__1.md">GetApplicationSetting(T)</a></td>
<td>Retrieves a setting with the given <code>key</code>. Returns the setting as an uncast <em>T</em>.</td></tr>
<tr>
<td><a href="M_CapyKit_Helpers_SettingsHelper_SetAccessorMethod.md">SetAccessorMethod</a></td>
<td>Sets the function used to retrieve application settings.</td></tr>
<tr>
<td><a href="M_CapyKit_Helpers_SettingsHelper_SetDetectorMethod.md">SetDetectorMethod</a></td>
<td>Sets the function used to detect if an application setting with a given <code>key</code> exists.</td></tr>
</table>
## See Also
#### Reference
<a href="T_CapyKit_Helpers_SettingsHelper.md">SettingsHelper Class</a>
<a href="N_CapyKit_Helpers.md">CapyKit.Helpers Namespace</a>