public bool LoadIni(string sSetFile) { sFile=sSetFile; bool bTest=LoadIniData(RString.FileToString(sSetFile)); return bTest; }