ExceptionCreateFmt方法-Delphi经典教程

时间:2024-05-14 23:25:33
【文件属性】:

文件名称:ExceptionCreateFmt方法-Delphi经典教程

文件大小:1.36MB

文件格式:PPT

更新时间:2024-05-14 23:25:33

Delphi

(2)Exception.CreateFmt方法 该方法的定义格式如下: Constructor CreateFmt(Const Msg:String;Const Args:Array of Const) ;  该方法用来产生一个带有格式化字符串提示信息的对话框,格式化的字符串由Msg和Args数组共同提供,其中数组Args负责提供用于格式化的数值。 (3)Exception.CreatHelp方法 该方法的定义格式如下: Constructor CreateHelp(Const Msg:String; AhelpContsxt:Integer) ;


网友评论