Last change
on this file since 471 was 15, checked in by RBRi, 19 years ago |
+ components stuff
|
-
Property svn:eol-style
set to
native
|
File size:
309 bytes
|
Line | |
---|
1 | Unit Test;
|
---|
2 |
|
---|
3 | Interface
|
---|
4 |
|
---|
5 | Type
|
---|
6 | TBob=class
|
---|
7 | Cabbage: integer;
|
---|
8 | constructor Create;
|
---|
9 | destructor Destroy; override;
|
---|
10 | procedure DoInit;
|
---|
11 | end;
|
---|
12 |
|
---|
13 | Implementation
|
---|
14 |
|
---|
15 | constructor TBob.Create;
|
---|
16 | begin
|
---|
17 |
|
---|
18 | end;
|
---|
19 |
|
---|
20 | destructor TBob.Destroy;
|
---|
21 | begin
|
---|
22 | end;
|
---|
23 |
|
---|
24 | procedure TBob.DoInit;
|
---|
25 | begin
|
---|
26 | end;
|
---|
27 |
|
---|
28 | Initialization
|
---|
29 | End.
|
---|
Note:
See
TracBrowser
for help on using the repository browser.