source:
trunk/Components/Components.pas@
346
| Last change on this file since 346 was 237, checked in by , 18 years ago | |
|---|---|
|
|
| File size: 234 bytes | |
| Rev | Line | |
|---|---|---|
| [15] | 1 | Program Components; |
| 2 | ||
| 3 | Uses | |
| [141] | 4 | Forms, |
| 5 | Graphics, | |
| 6 | ComponentsTestForm; | |
| [15] | 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.
