---------------------------------------------------------------------------
| 246 | } |
| 247 | //--------------------------------------------------------------------------- |
| 248 | bool __fastcall TFile::WriteString(char * string) |
| 249 | { |
| 250 | Error = ! (Write((BYTE *)string, lstrlen(string)) && Write((BYTE *)CR, lstrlen(CR))); |
| 251 | return ! Error; |
| 252 | } |
| 253 | //--------------------------------------------------------------------------- |
| 254 | bool __fastcall TFile::WriteString(AnsiString string) |
| 255 | { |
no outgoing calls
no test coverage detected