日本語のみで絞り込む
Use TMemo to put a standard Windows multiline edit control on a form. Multiline edit boxes allow the user to enter more than one line of text. They are ...
2015/3/14 -It takes every line into one string, and I want to read each line separately (read a line, do something, read the next line, do something, ...)
2020/3/29 -I want to press a button that opens the file and reads in each line and either per line writes the line to a Tmemo object, Memo1.Text := ???? or reads in each ...
FMX.Memo.TMemo Events ; OnCanFocus, public, Occurs when a control can receive focus. ; OnChange, published, Occurs when the focus leaves the memo or the user ...
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).
2021/5/25 -To use a TMemo on a form, you can simply select it on the Standard component pallet and place it by clicking on the form. In this text box, you ...
2019/3/24 -I am doing a search in a Tmemo with the following code. Code: Pascal [Select][+][-] This gives me a number which is from the start of the Tmemo.
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 location via SelStart.
TMemo doesn't have a cursor position. I solve this problem by selecting the first (or any character depending on what you want visible) character in Lines.
Delphi Training series, all versions of Delphi can be used in this series. In this the 2nd video in the series, we are going to work with ...
YouTube Dark Effects Studios