Search found 4 matches
- Thu Sep 25, 2014 6:30 am
- Forum: Support
- Topic: insert text with linefeed (LF / CR)
- Replies: 1
- Views: 9833
insert text with linefeed (LF / CR)
The problem is simple: I have a mail merge where I replace a LABEL [SIGNING] with a certain text. The text contains a linefeed/carriage return: 'Best regards,'#13#10'Marcel' Here is (a simplified) part of my source. strSigning := 'Best regards,'#13#10'Marcel' listSigning := TStringList.Create ...
- Mon Jan 27, 2014 8:50 am
- Forum: Support
- Topic: Replace picture with double click, keeping object properties
- Replies: 4
- Views: 14098
Sergey, Thanks for the reply! I accomplished it. Below the source, maybe handy for other users.... Best regards! procedure TFrmEditor.SRichViewEdit1RVDblClick(Sender: TCustomRichView; ClickedWord: TRVRawByteString; Style: Integer); var AName: TRVAnsiString; Agr, Agr2: TGraphic; AVAlign: TRVVAlign ...
- Fri Jan 17, 2014 2:51 pm
- Forum: Support
- Topic: Replace picture with double click, keeping object properties
- Replies: 4
- Views: 14098
- Fri Jan 17, 2014 12:47 pm
- Forum: Support
- Topic: Replace picture with double click, keeping object properties
- Replies: 4
- Views: 14098
Replace picture with double click, keeping object properties
I have a .RVF-file with a (temporary) picture. I want the end-user to replace this picture by double click on the picture, keeping object properties (visible size and spacing) It should be a short cut to the File Dialog you get by richtclick on the picture, select Object Properties and then press ...