Class TIndentFilter (unit TextStrm)

Inherits from

TTextFilter

Constructors


constructor Create(ATextStream: TTextStream; AIndention: Integer; AOwnsBase: Boolean);

************************************* TIndentFilter **************************************


Functions

function ReadLine: String;


procedure WriteLine(const Line: String);


procedure SetIndention(Value: Integer);


Properties

property Indention : Integer


Events

Variables

FIndention : Integer;



Constructors


constructor Create(ATextStream: TTextStream; AIndention: Integer; AOwnsBase: Boolean);

************************************* TIndentFilter **************************************


Functions


function ReadLine: String;


procedure WriteLine(const Line: String);


procedure SetIndention(Value: Integer);


Properties


property Indention : Integer


Events


Variables


FIndention : Integer;