README.md

December 5, 2022 ยท View on GitHub

Loading and saving a file with a Memo

Description

How to load and save a memo from and to a file on the hard drive.

More Info

Submitted On
ByN/A
LevelBeginner
User Rating4.0 (20 globes from 5 users)
CompatibilityDelphi 5, Delphi 4
CategoryFiles/ File Controls/ Input/ Output
WorldDelphi
Archive File

Source Code

Memo1.Lines.LoadFromFile('c:\ssapcs\readme.txt');
Memo1.Lines.SaveToFile('c:\ssapcs\readme.txt');

Contents

  1. 1Loading and saving a file with a Memo
  2. 1.1Description
  3. 1.2More Info
  4. 1.3Source Code