Class TMemoForm (unit FmMemo)

Inherits from

TForm

Exports TMemoForm and a var instance MemoForm. C.A. van Beest, R.P. Sterkenburg, TNO-PML, Rijswijk, The Netherlands 12 Mar 97: - Added method ClrLine 27 Mar 97: - Corrected method ClrLine 15 May 97: - Added method AddMemo 28 May 97: - Changed method AddMemo 21 Aug 97: - Added method AddStrings 2 Jan 98: - deleted var OutForm; MemoForm as instance of TMemoForm kept for easier use (add unit to project manager and form is auto-created by the application)

Constructors



Functions

procedure FormClose(Sender: TObject; var Action: TCloseAction);

TMemoForm.

procedure FormCreate(Sender: TObject);

Imports FreeObject

procedure AddLine(Line: String);

Public declarations

TMemoForm.


procedure AddMemo( Memo: TMemo);

TMemoForm.

procedure AddStrings(Strings: TStringlist);

TMemoForm.

procedure Clear;

TMemoForm.

procedure ClrLine;

TMemoForm.

procedure Write(Line: String);

TMemoForm.

procedure Writeln(Line: String);

TMemoForm.

Properties

Events

Variables

Memo : TMemo;


NewLine : Boolean;

Private declarations


Constructors


Functions


procedure FormClose(Sender: TObject; var Action: TCloseAction);

TMemoForm.Writeln


procedure FormCreate(Sender: TObject);

Imports FreeObject


procedure AddLine(Line: String);

Public declarations

TMemoForm.FormCreate


procedure AddMemo( Memo: TMemo);

TMemoForm.ClrLine


procedure AddStrings(Strings: TStringlist);

TMemoForm.AddLine


procedure Clear;

TMemoForm.AddStrings


procedure ClrLine;

TMemoForm.Clear


procedure Write(Line: String);

TMemoForm.AddMemo


procedure Writeln(Line: String);

TMemoForm.Write


Properties


Events


Variables


Memo : TMemo;


NewLine : Boolean;

Private declarations