home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
DOS/V Power Report 1997 August
/
VPR9708A.ISO
/
D3TRIAL
/
INSTALL
/
DATA.Z
/
TEXTTEST.DPR
< prev
next >
Wrap
Text File
|
1997-04-24
|
227b
|
14 lines
program TextTest;
uses
Forms,
TextMain in 'TextMain.pas' {TextDataDemoForm};
{$R *.RES}
begin
Application.Initialize;
Application.CreateForm(TTextDataDemoForm, TextDataDemoForm);
Application.Run;
end.