| TABLE 1: Methods of the INI Tools ActivX Component |
| Method |
Task Performed |
| INITool1.GetFromINI$, SectionName$, KeyName$,Filename$ |
Returns the value of a key within the given section of the given filename. |
| INITool1.WriteToINI Text$,SectionName$,KeyName$,FileName$ |
Writes the value of a key within the given section of the given filename. |
| INITool1.WriteToINISection Text$,SectionName$,FileName$ |
Creates the given section header, and fills in the keys below it. |
| INITool1.GetINISectionSectionName$,FileName$ |
Retrieves all the keys and key values for a given section header. |