function ReadIniString(aSection, aKey: string; aDefault: string): string
procedure WriteIniInteger(aSection, aKey: string; aValue: integer)
function ReadIniInteger(aSection, aKey: string; aDefault: integer): integer
procedure WriteIniFloat(aSection, aKey: string; aValue: double)
function ReadIniFloat(aSection, aKey: string; aDefault: double): double
procedure WriteIniBool(aSection, aKey: string; aValue: boolean)
function ReadIniBool(aSection, aKey: string; aDefault: boolean): boolean
procedure WriteIniDateTime(aSection, aKey: string; aValue: TDateTime)
function ReadIniDateTime(aSection, aKey: string; aDefault: TDateTime): TDateTime