nullport 相关的软件列表

首页

delphi建立、读取、存贮INI文件的方法《三》

2020-02-16 标签:delphi,建立,读取,存贮,ini,文件,方法,获取,字符串,var,strresult,pchar,begin,acute,windows,中标,名字,nullport

从.INI文件中获取字符串   var   strResult:pchar;   begin   GetPrivateProfileString(   windows, // []中标题的名字   NullPort, // =号前的名字   NIL, // 如果没有找到字符串时,返回的默认值   s

首页

delphi建立、读取、存贮INI文件的方法《二》

2020-02-16 标签:delphi,建立,读取,存贮,ini,文件,方法,获取,字符串,pchar,acute,windows,中标,名字,nullport

从.INI文件中获取字符串varstrResult:pchar;beginGetPrivateProfileString(windows, // []中标题的名字NullPort, // =号前的名字NIL, // 如果没有找到字符串时,返回的默认值strResult, //存放取得字符100, /