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