約173,000件1ページ目

日本語のみで絞り込む

TMemo. Up to Parent: Vcl.StdCtrls · Methods · Properties · Events · Fields. TMemo. Delphi ... TMemo is a wrapper for a Windows ... Adding Scroll Bars at Run-Time.

2015/3/14 -I need to read each line in memo1.lines and perform a specific action on it. I tried this: procedure ...

Hello, When I add line(s) to a TMemo, the cursor is set to the bottom. So how can I set the view to the first line ? Thanks! David ^_^.

Use Lines to manipulate text in an memo control on a line-by-line basis. Lines is a TStrings object, so the TStrings methods may be used for Lines to perform ...

2020/10/8 -I'd like to search for, and then highlight a line or phrase of text in a TMemo. I can get the Caret to move to the start of the correct ...

2020/4/2 -Scroll and show the last line of Memo: Memo1.SelStart := Memo1.GetTextLen; SendMessage(Memo1.Handle, WM_VSCROLL, SB_BOTTOM, 0); ...

2008/4/6 -The TMemo component loads the contents of a text file. After loading, I need to set the position to the beginning of the first line (row).

2019/3/24 -I found this but this is for Delphi and not Lazarus. Code: Pascal [Select][+][-]. mi := Memo_Test.Perform(EM_LINEFROMCHAR, i, 0);. « Last Edit ...

Memo.lines.add Memo.text Delphi IT PAT Information technology Delphi ... Your browser can't play this video. Learn more ... Delphi Tmemo. Pacurariu ...

YouTube-Delphi for Schools

I've got a visible TMemo on a form. I want to save the TMemo to an offscreen TMemo so I write. Memo2.Assign(Memo1);. When this line executes I get the error ...