[Lazarus] Read/Write files question

Sven Barth pascaldragon at googlemail.com
Mon Apr 4 21:17:48 CEST 2011


On 04.04.2011 17:53, Kjow wrote:
> 2011/4/4 Sven Barth<pascaldragon at googlemail.com>:
>> You must not use dynamic/managed types like strings, dynamic arrays,
>> classes, etc. when using Read and/or Write. If you need strings then you
>> must restrict yourself to ShortString. Otherwise you need to use TFileStream
>> and read/write the file yourself.
> [cut]
>> Only records as far as I'm aware of.
>>
>> Regards,
>> Sven
>
> Oh!
> Thank you, I'm very grateful for your help. This was a my bad lack.

You are welcome.

Regards,
Sven




More information about the Lazarus mailing list