0

The builtin license page of Inno Setup allows to embed RTF file content into it. Is it possible to load RTF contents into TNewMemo? I am using TNewMemo inside my custom page.

Martin Prikryl
  • 188,800
  • 56
  • 490
  • 992
jiandingzhe
  • 1,881
  • 15
  • 35

1 Answers1

3

No, you cannot load RTF into TNewMemo, you have to use TRichEditViewer.

See Import external RTF file for TRichEditViewer?

Martin Prikryl
  • 188,800
  • 56
  • 490
  • 992