TNewLine

Declaration

TNewLine = class(TTextObject)

Visibility

global

Immediate ancestor

TTextObject

Source

commonclasses.pas on line 107

Description

Inserts a newline.

Members

Name

Type

Visibility

Synopsis

CopySelf

function

public

WriteOut

procedure

public

TNewLine

commonclasses



TNewLine.CopySelf

Declaration

function CopySelf : TTextObject; override;

Visibility

public

Related methods

TTextObject.CopySelf

Source

commonclasses.pas on line 110

CopySelf

TNewLine

commonclasses


TNewLine.WriteOut

Declaration

procedure WriteOut(section : TSection); override;

Visibility

public

Related methods

TTextObject.WriteOut

Source

commonclasses.pas on line 109

WriteOut

TNewLine

commonclasses