---------------------------------------------------------------------------
| 248 | } |
| 249 | //--------------------------------------------------------------------------- |
| 250 | AnsiString TMYIniFile::ReadStringNOCR(char * Section, char * Ident, char * def) |
| 251 | { |
| 252 | return SpecialReplace(ReadString(Section, Ident, def)); |
| 253 | } |
| 254 | //--------------------------------------------------------------------------- |
| 255 | int TMYIniFile::ReadInteger(char * Section, char * Ident, int def) |
| 256 | { |