jiandingzhe
jiandingzhe

Reputation: 2131

How to load an RTF file content into Inno Setup TNewMemo?

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.

Upvotes: 0

Views: 520

Answers (1)

Martin Prikryl
Martin Prikryl

Reputation: 202702

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

See Import external RTF file for TRichEditViewer?

Upvotes: 3

Related Questions