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