TParagraph

Declaration

TParagraph = class(TTextObject)

Visibility

global

Immediate ancestor

TTextObject

Source

commonclasses.pas on line 146

Members

Name

Type

Visibility

Synopsis

Create

constructor

public

The argument is owned by the object and destroyed together with it.

Destroy

destructor

public

CopySelf

function

public

WriteOut

procedure

public

TextObjectList

property

public

TParagraph

commonclasses



TParagraph.Create

Declaration

constructor Create(objs : TListAdt);

Visibility

public

Source

commonclasses.pas on line 154

Description

The argument is owned by the object and destroyed together with it.

Create

TParagraph

commonclasses


TParagraph.Destroy

Declaration

destructor Destroy; override;

Visibility

public

Source

commonclasses.pas on line 155

Destroy

TParagraph

commonclasses


TParagraph.CopySelf

Declaration

function CopySelf : TTextObject; override;

Visibility

public

Related methods

TTextObject.CopySelf

Source

commonclasses.pas on line 157

CopySelf

TParagraph

commonclasses


TParagraph.WriteOut

Declaration

procedure WriteOut(section : TSection); override;

Visibility

public

Related methods

TTextObject.WriteOut

Source

commonclasses.pas on line 156

WriteOut

TParagraph

commonclasses


TParagraph.TextObjectList

Declaration

property TextObjectList : TListAdt read objects;

Visibility

public

Source

commonclasses.pas on line 158

TextObjectList

TParagraph

commonclasses