tmemo Questions

3

Solved

In Delphi 7's TMemo control, an attempt to do the key combo Ctrl + A to select all does not do anything (doesn't select all). So I've made this procedure: procedure TForm1.Memo1KeyDown(Sender: TOb...
Griffith asked 11/12, 2011 at 19:24

1

Solved

The function Memo.Lines.Add('Some text') in Delphi adds the string to the bottom of the memo. Is there any function which adds the text to the top? For example, if the Lines property of the Memo c...
Gamete asked 19/5, 2015 at 19:22

5

Solved

When you edit a TLabel's caption in the form designer, it resizes the TLabel for you. Is there any way I can get a TMemo to do that, at runtime? I'd like to be able to take a TMemo, assign somethi...
Armbrecht asked 1/6, 2009 at 17:38

2

Solved

Is there any way to make the TMemo transparent in Delphi/iOS/FireMonkey? I don't see any way to edit styles myself when selecting + right-clicking the memo control...
Cruce asked 15/7, 2013 at 11:24

4

Solved

I've got a TMemo, and I want to always make it exactly high enough to display the number of lines it contains. Unfortunately, I don't quite know how to calculate that. I can't base it off the .Font...
Pinnacle asked 24/7, 2011 at 4:24

2

Solved

I've been searching the reason why the maximum length of String in a TMemo.Lines is 1024, but not found yet. I have a text file which contains delimited / csv data which length is around 200...
Leis asked 2/9, 2009 at 2:59
1

© 2022 - 2024 — McMap. All rights reserved.