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