using text files

in the help of delphi 7 it say that I can use text file only in programs compiled to console mode.
isnwt there a way to read and write text files in WIN32 GDI mode?

Comments

  • : in the help of delphi 7 it say that I can use text file only in programs compiled to console mode.
    : isnwt there a way to read and write text files in WIN32 GDI mode?
    :
    You can use text files in both modes. Both the textfile variable type and the TStrings (or its descendant) object can be used to read/write to textfiles.
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Categories

In this Discussion