Class TKamIniFile

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TKamIniFile = class(TIniFile)

Description

TIniFile with minor enhancements.

Hierarchy

Overview

Methods

Public procedure Clear;
Public constructor Create(const AFileName: string; AUpdateOnDestroy: boolean); reintroduce;
Public destructor Destroy; override;

Properties

Public property UpdateOnDestroy: boolean read FUpdateOnDestroy write FUpdateOnDestroy;

Description

Methods

Public procedure Clear;

Clears all sections in ini file, therefore deleting all info in ini file.

Public constructor Create(const AFileName: string; AUpdateOnDestroy: boolean); reintroduce;
 
Public destructor Destroy; override;
 

Properties

Public property UpdateOnDestroy: boolean read FUpdateOnDestroy write FUpdateOnDestroy;

If true UpdateFile will be automatically called on Destroy. Useless under Delphi, useful under Kylix, TODO: I don't know how about multiplatform FPC's TIniFile.


Generated by PasDoc 0.10.0 on 2008-02-25 00:00:32