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

SectionExists    

简述

是否存在指定章节名。
定义
SectionExists(Section: string): Boolean;
参数
名称类型说明
Section string字符串类型,节名。
返回 Boolean
是否存在。
相关