Delphi-PRAXiS
Seite 2 von 2     12   

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   GUI-Design mit VCL / FireMonkey / Common Controls (https://www.delphipraxis.net/18-gui-design-mit-vcl-firemonkey-common-controls/)
-   -   Delphi RichEdit - Formatierungsprobleme (https://www.delphipraxis.net/53886-richedit-formatierungsprobleme.html)

Lannes 23. Okt 2005 13:57

Re: RichEdit - Formatierungsprobleme
 
Hallo,

den Abstand der Einträge im Richedit kannst Du über die Variable iFakeTab einstellen.
procedure RE_SetFakeTab(RE: TRichEdit;s1,s2: String;iLeft,iFakeTab: Integer);
so:
Delphi-Quellcode:
  RE_SetFakeTab(Richedit1,Edit1.Text,Edit2.Text,15,Richedit1.ClientWidth-10);


Alle Zeitangaben in WEZ +1. Es ist jetzt 15:20 Uhr.
Seite 2 von 2     12   

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz