Back to FabImage Library website
You are here: Start » Function Reference » INI
INI
Select Filter Equivalent below.
Icon | Name | Description | Library |
---|---|---|---|
![]() |
INI_AddBoolValue | Add or update INI value in specified section & key | Lite |
![]() |
INI_AddIntegerValue | Add or update INI value in specified section & key | Lite |
![]() |
INI_AddRealValue | Add or update INI value in specified section & key | Lite |
![]() |
INI_AddSection | Add new section | Lite |
![]() |
INI_AddStringValue | Add or update INI value in specified section & key | Lite |
![]() |
INI_GetAllSectionKeys | Get all key names within a section. | Lite |
![]() |
INI_GetAllSections | Gets all section names in the INI. | Lite |
![]() |
INI_GetAllValues | Get all values within a section & key | Lite |
![]() |
INI_GetBoolValue | Get value from section & key. | Lite |
![]() |
INI_GetIntegerValue | Get value from section & key. | Lite |
![]() |
INI_GetRealValue | Get value from section & key. | Lite |
![]() |
INI_GetStringValue | Get value from section & key. | Lite |
![]() |
INI_LoadFile | Loads an INI file. | Lite |
![]() |
INI_SaveFile | Save INI into file | Lite |