//对PASCAL语句后面大栝号的参数不太明白,不明白作用,不明白该加那些参数不是不明白这两句,是不明白语法写在尾巴的参数的作用的通常写法案(5分)

  • 主题发起人 主题发起人 pchddcat
  • 开始时间 开始时间
P

pchddcat

Unregistered / Unconfirmed
GUEST, unregistred user!
//对PASCAL语句后面大栝号的参数不太明白,不明白作用,不明白该加那些参数
不是不明白这两句,是不明白语法写在尾巴的参数的作用的通常写法
procedure TRVPrint.Print(Title: String; Copies: Integer; Collate: Boolean);
begin
rv.FOnPrinting := FOnPrinting;
rv.Print(Title, Copies, Collate);
end;
{------------------------------------------------------------------}
procedure TRVPrint.PrintPages(firstPgNo, lastPgNo: Integer; Title: String;
Copies: Integer; Collate: Boolean);
begin
rv.FOnPrinting := FOnPrinting;
rv.PrintPages(firstPgNo, lastPgNo, Title, Copies, Collate);
end;
 
不明白你在说啥,大栝号{}一般是注释!
 
考!绕口令哪!你丫先把中国话说利索了再提问吧!!
 
确实你说啥呢?
 
原来在csdn上也见过,你无聊啊
 
后退
顶部