| Description | Hierarchy | Fields | Methods | Properties |
type TKamIniFile = class(TIniFile)
TIniFile with minor enhancements.
![]() |
procedure Clear; |
![]() |
constructor Create(const AFileName: string; AUpdateOnDestroy: boolean); reintroduce; |
![]() |
destructor Destroy; override; |
![]() |
property UpdateOnDestroy: boolean
read FUpdateOnDestroy write FUpdateOnDestroy; |
![]() |
procedure Clear; |
|
Clears all sections in ini file, therefore deleting all info in ini file. | |
![]() |
constructor Create(const AFileName: string; AUpdateOnDestroy: boolean); reintroduce; |
![]() |
destructor Destroy; override; |