| Class TMemoForm (unit FmMemo) |
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);
procedure FormCreate(Sender: TObject);
procedure AddLine(Line: String);TMemoForm.
procedure AddMemo( Memo: TMemo);
procedure AddStrings(Strings: TStringlist);
procedure Clear;
procedure ClrLine;
procedure Write(Line: String);
procedure Writeln(Line: String);| Properties |
| Events |
| Variables |
Memo : TMemo;
NewLine : Boolean;| 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