| Field Name | Type Kind | Access |
| File | String | R/W |
| Update | (no parameter(s)) | N/A |
| WriteString | (Section as string,Key as string,Value as string) | N/A |
| WriteInteger | (Section as string,Key as string,Value as integer) | N/A |
| WriteFloat | (Section as string,Key as string,Value as double) | N/A |
| ReadSection | (Section as string,Buff As TStringList) | N/A |
| ReadSectionKeys | (Section as string,Buff As TStringList) | N/A |
| ReadSections | (Buff As TStringList) | N/A |
| ReadSectionValues | (Section as string,Buff As TStringList) | N/A |
| EraseSection | (Section as string) | N/A |
| DeleteKey | (Section as string,Key as string) | N/A |