source:
trunk/Packages/bgracontrols/testbgraimagemanipulation/ProjectBGRAImageManipulationDemo.lpr
Last change on this file was 2, checked in by , 5 years ago | |
---|---|
File size: 398 bytes |
Line | |
---|---|
1 | program ProjectBGRAImageManipulationDemo; |
2 | |
3 | {$mode objfpc}{$H+} |
4 | |
5 | uses |
6 | {$IFDEF UNIX}{$IFDEF UseCThreads} |
7 | cthreads, |
8 | {$ENDIF}{$ENDIF} |
9 | Interfaces, // this includes the LCL widgetset |
10 | Forms, UnitBGRAImageManipulationDemo, bgracontrols; |
11 | |
12 | {$R *.res} |
13 | |
14 | begin |
15 | Application.Initialize; |
16 | Application.CreateForm(TFormBGRAImageManipulationDemo, FormBGRAImageManipulationDemo); |
17 | Application.Run; |
18 | end. |
19 |
Note:
See TracBrowser
for help on using the repository browser.