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

DeleteKey    

简述

删除指定的键。
定义
DeleteKey(Section;Ident:String);
参数
名称类型说明
SectionString字符串类型,要删除的键所在章节名。
IdentString字符串类型,要删除的键名。
相关