W
W
White_Bambie2018-04-30 11:54:38
Delphi
White_Bambie, 2018-04-30 11:54:38

How to disable memo line wrapping?

The text from the Combobox is inserted into the Memo component. The text needs to be on one line.

Form1.Memo.Lines.Add(ComboBox.Items[Combobox.ItemIndex]);

Answer the question

In order to leave comments, you need to log in

1 answer(s)
C
Codebaker, 2018-04-30
@White_Bambie

Try adding your new text to the Memo.Lines.Text property

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question