ExceptionCreateFmt方法-Delphi教程(清华版)

时间:2021-04-25 05:39:45
【文件属性】:
文件名称:ExceptionCreateFmt方法-Delphi教程(清华版)
文件大小:1.36MB
文件格式:PPT
更新时间:2021-04-25 05:39:45
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) ;

网友评论