source:
components/CoolTrayIcon/demos/CustomHint1/CustomHint.dpr
Last change on this file was 1, checked in by , 16 years ago | |
---|---|
File size: 232 bytes |
Line | |
---|---|
1 | program CustomHint; |
2 | |
3 | uses |
4 | Forms, |
5 | Main in 'Main.pas' {Form1}; |
6 | |
7 | {$R *.RES} |
8 | |
9 | begin |
10 | Application.Initialize; |
11 | Application.Title := 'Custom Tooltip'; |
12 | Application.CreateForm(TForm1, Form1); |
13 | Application.Run; |
14 | end. |
15 |
Note:
See TracBrowser
for help on using the repository browser.