TSL语言基础
>
Object TSL
>
TSL内置对象使用大全
>
TIniFile对象
>
TIniFile的方法
EraseSection
复制链接
简述
删除章节。
定义
EraseSection(Section:String);
参数
名称
类型
说明
Section
String
字符串类型,要删除的章节名。
相关
SectionExists
ReadString
WriteString
ReadInteger
WriteInteger
ReadBoolean
WriteBoolean
ReadBinaryStream
WriteBinaryStream
ReadDate
WriteDate
ReadDateTime
WriteDateTime
ReadFloat
WriteFloat
ReadSection
ReadSectionValues
ReadSections
EraseSection
DeleteKey
ValueExists