Top "Memo" questions

How I can replace strings in a memo (FastReport)?

I have a memo object in my report, and a need replace "%...%" strings. For example, in Rave Report: MemoBuf.ReplaceAll(…

delphi replace fastreport memo
Newline Inside a String To Be Shown At a TMemoBox

I'm building a String called FullMemo, that would be displayed at a TMemoBox, but the problem is that I'm trying …

string delphi variables lazarus memo
Delphi memo lines in one line

In a TMemo field I have 3 lines: line1 line2 line3 Is it posible to get all three lines as one …

delphi memo
Delphi - Find text in large TMemo

I have a TMemo which contains quite a lot of texts, 80M (about 400K lines). The TMemo is set with …

delphi full-text-search delphi-7 memo
Lazarus: DBGrid showing "(MEMO)" as the value of string fields in SQLite 3

I'm trying to write a simple SQLite 3 application using Lazarus and the SQLdb components. I have managed to connect to …

delphi sqlite lazarus memo
Why does memo.Lines use TStrings instead of TStringList?

Why does Memo.Lines use the abstract class TStrings? Why doesn't it use TStringList instead? And should I convert it …

delphi tstringlist memo
React memo components and re-render when passing function as props

Suppose I have these React components: const Compo1 = ({theName}) => { return ( <Nested foo={() => console.log('Dr. ' + theName)}/&…

javascript reactjs memo
Load Log.txt From other apps to Memo - Delphi7

I am trying to record the session log from other applications (Proxifier) to a Memo. I've tried using the command : …

delphi memo
Adding a string into Delphi memoedit

I want to add an string into specified place of a Memo Edit in delphi, how can I do this? …

delphi memo