source:
branches/2.20_branch/Components/Components.pas@
378
Last change on this file since 378 was 237, checked in by , 18 years ago | |
---|---|
|
|
File size: 234 bytes |
Line | |
---|---|
1 | Program Components; |
2 | |
3 | Uses |
4 | Forms, |
5 | Graphics, |
6 | ComponentsTestForm; |
7 | |
8 | {$r Components.scu} |
9 | |
10 | Begin |
11 | Application.Create; |
12 | Application.CreateForm (TComponentsTestForm, ComponentsTestForm); |
13 | Application.Run; |
14 | Application.Destroy; |
15 | End. |
Note:
See TracBrowser
for help on using the repository browser.