I have a RichviewEdit (already filled with text) and a Listbox with multiple items.
How can i drag and drop items from the ListBox and insert them onto the cursor position on the RichviewEdit?
I have made a start but this just add the string at the end...
procedure TNotaPerEmailSettingsForm ...
Search found 2 matches
- Mon Jul 11, 2016 3:22 pm
- Forum: Support
- Topic: Insert text at cursus position
- Replies: 1
- Views: 10113
- Mon Jul 27, 2015 2:54 pm
- Forum: Support
- Topic: Inserting tekst and loadFromStream
- Replies: 1
- Views: 10426
Inserting tekst and loadFromStream
Hi Sergey,
I've been trying to insert a line at the start of a document and loading a document from stream,
But the line at the start doesn’t show in de editor?
stream:=TMemoryStream.Create;
//nu de tekst inlezen...
if QTekst['tekst']<>'' then
begin
stream.Clear;
TBlobField(QTekst ...
I've been trying to insert a line at the start of a document and loading a document from stream,
But the line at the start doesn’t show in de editor?
stream:=TMemoryStream.Create;
//nu de tekst inlezen...
if QTekst['tekst']<>'' then
begin
stream.Clear;
TBlobField(QTekst ...