Back to Aurora Vision Library Lite website
You are here: Start » System » INI
INI
Select a function from the list below.
| Icon | Name | Description / Applications | |
|---|---|---|---|
| INI_AddBoolValue | Adds or updates an INI value in the specified section & key. |
||
| INI_AddIntegerValue | Adds or updates an INI value in the specified section & key. |
||
| INI_AddRealValue | Adds or updates an INI value in the specified section & key.s |
||
| INI_AddSection | Adds a new section. |
||
| INI_AddStringValue | Adds or updates an INI value in the specified section & key. |
||
| INI_GetAllSectionKeys | Gets all key names within a section. |
||
| INI_GetAllSections | Gets all section names in the INI. |
||
| INI_GetAllValues | Gets all values within a section & key. |
||
| INI_GetBoolValue | Gets value from section & key. |
||
| INI_GetIntegerValue | Gets value from section & key. |
||
| INI_GetRealValue | Gets value from section & key. |
||
| INI_GetStringValue | Gets value from section & key. |
||
| INI_LoadFile | Loads an INI file. |
||
| INI_SaveFile | Saves an INI file. |
