Class TMemIniFileEx

Unit

Declaration

type TMemIniFileEx = class(TMemIniFile)

Description

Enhanced TMemIniFile which provides compression of file

Hierarchy

  • TMemIniFile
  • TMemIniFileEx

Overview

Methods

Public procedure UpdateFile; override;
Public function GetContentAsString: string;
Public procedure SetContentAsString(const s: string);

Description

Methods

Public procedure UpdateFile; override;

store changes to file

Public function GetContentAsString: string;

return MemIni file content as string

Public procedure SetContentAsString(const s: string);

load MemIni file content from string


Generated by PasDoc 0.15.0.