THtmlSubSection

Declaration

THtmlSubSection = class(THtmlSection)

Visibility

global

Immediate ancestor

THtmlSection

Source

htmlwriter.pas on line 121

Members

Name

Type

Visibility

Synopsis

Create

constructor

public

Open

procedure

public

Close

procedure

public

Stream

function

protected

THtmlSubSection

htmlwriter



THtmlSubSection.Create

Declaration

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

Visibility

public

Related methods

THtmlSection.Create, TSection.Create

Source

htmlwriter.pas on line 131

Create

THtmlSubSection

htmlwriter


THtmlSubSection.Open

Declaration

procedure Open(title : String); override;

Visibility

public

Related methods

TSection.Open

Source

htmlwriter.pas on line 133

Open

THtmlSubSection

htmlwriter


THtmlSubSection.Close

Declaration

procedure Close; override;

Visibility

public

Related methods

TSection.Close

Source

htmlwriter.pas on line 134

Close

THtmlSubSection

htmlwriter


THtmlSubSection.Stream

Declaration

function Stream : TFileStream; override;

Visibility

protected

Related methods

THtmlSection.Stream

Source

htmlwriter.pas on line 128

Stream

THtmlSubSection

htmlwriter