TSL语言基础 > Object TSL > TSL内置对象使用大全 > TIniFile对象 > TIniFile的方法

WriteInteger    

简述

写INI内容。
定义
WriteInteger(Section;Ident:String;Value: Integer);
参数
名称类型说明
SectionString字符串类型,节名。
IdentString字符串类型,键值名。
Value Integer整数类型,值内容。
相关