source:
oup/current/FileClasses/_EmptyFile.pas@
1202
| Last change on this file since 1202 was 248, checked in by , 18 years ago | |
|---|---|
| File size: 132 bytes | |
| Rev | Line | |
|---|---|---|
| [212] | 1 | unit _EmptyFile; |
| 2 | ||
| 3 | interface | |
| 4 | ||
| 5 | uses | |
| 6 | _FileTypes; | |
| 7 | ||
| 8 | type | |
| [248] | 9 | TFile_Empty = class(TResource) |
| [212] | 10 | end; |
| 11 | ||
| 12 | implementation | |
| 13 | ||
| 14 | end. | |
| 15 |
Note:
See TracBrowser
for help on using the repository browser.
