THtmlFileSection

Declaration

THtmlFileSection = class(THtmlSection)

Visibility

global

Immediate ancestor

THtmlSection

Immediate descendants

THtmlContentsSection

Source

htmlwriter.pas on line 104

Members

Name

Type

Visibility

Synopsis

Create

constructor

public

Destroy

destructor

public

Open

procedure

public

Close

procedure

public

Stream

function

protected

THtmlFileSection

htmlwriter



THtmlFileSection.Create

Declaration

constructor Create(aname : String; parent : TSection);

Visibility

public

Related methods

THtmlSection.Create, TSection.Create

Source

htmlwriter.pas on line 114

Create

THtmlFileSection

htmlwriter


THtmlFileSection.Destroy

Declaration

destructor Destroy; override;

Visibility

public

Source

htmlwriter.pas on line 115

Destroy

THtmlFileSection

htmlwriter


THtmlFileSection.Open

Declaration

procedure Open(title : String); override;

Visibility

public

Related methods

TSection.Open

Source

htmlwriter.pas on line 117

Open

THtmlFileSection

htmlwriter


THtmlFileSection.Close

Declaration

procedure Close; override;

Visibility

public

Related methods

TSection.Close

Source

htmlwriter.pas on line 118

Close

THtmlFileSection

htmlwriter


THtmlFileSection.Stream

Declaration

function Stream : TFileStream; override;

Visibility

protected

Related methods

THtmlSection.Stream

Source

htmlwriter.pas on line 111

Stream

THtmlFileSection

htmlwriter