home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Programmer 7500
/
MAX_PROGRAMMERS.iso
/
PASCAL
/
TPBOOK.ZIP
/
TPBOOK.EXE
/
SOURCE.EXE
/
DMSGBOX3.PAS
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Pascal/Delphi Source File
|
1992-08-07
|
216 b
|
10 lines
{ DMSGBOX3.PAS
Demonstrates use of InputBox
}
procedure TShell.DemoInputBox;
var
Control : Word;
begin
Control := InputBox('The Title', 'Enter some text:', FileName, 30);
end; { TShell.DemoInputBox }