TSL语言基础
>
Object TSL
>
TSL内置对象使用大全
>
TIniFile对象
>
TIniFile的方法
ReadInteger
复制链接
简述
读INI内容。
定义
ReadInteger(Section;Ident:String;Default: Integer): Integer;
参数
名称
类型
说明
Section
String
字符串类型,节名。
Ident
String
字符串类型,键值名。
Default
Integer
整数类型,当不存在的时候的默认值。
返回
Integer
读取的结果。
相关
SectionExists
ReadString
WriteString
ReadInteger
WriteInteger
ReadBoolean
WriteBoolean
ReadBinaryStream
WriteBinaryStream
ReadDate
WriteDate
ReadDateTime
WriteDateTime
ReadFloat
WriteFloat
ReadSection
ReadSectionValues
ReadSections
EraseSection
DeleteKey
ValueExists