UserConfig
简述
返回用户的配置信息,Section为配置名,RetType用于指定返回的类型,0为字符串,1为数字,2为日期类型。注:此函数为特殊用途。
UserConfig(Section:String;RetType:Integer):<Real|String|TDateTime>;
名称 | 类型 | 说明 |
---|
Section | String | 字符串,配置名。 |
RetType | Integer | 整数,返回类型。 |
返回 | <Real|String|TDateTime> | 实数或字符串或日期时间,指定配置名的值。 |