注册 登录
编程论坛 Delphi论坛

[Error] Unit1.pas(27): Declaration expected but 'IF' found

cp115 发布于 2007-07-03 17:19, 1422 次点击
procedure TForm1.FormKeyPress(Sender: TObject; var Key: Char);
if Key in ['v'] then
begin
if Clipboard.HasFormat(CF_BITMAP) then
Image1.Picture.Bitmap.Assign(Clipboard);
end;
在这上面我没有引用ClipBrd但是出现标题错误的原因是什么?
1 回复
#2
anthony6342007-07-04 13:14

..................
delphi的函数是if开头的么?

1