![]() |
SelLength in Synedit
Hallo!
Wie heißt SelLength in Synedit? Ich habe es mit diesem Code versucht und Delphi 3 sagt, dass SelLength ein undefinierter Bezeichner sei:
Delphi-Quellcode:
Ich danke für jede Hilfe! :-D
with synEdit1 do
begin if SelLength <> 0 then StartPos := SelStart + SelLength else StartPos := 0; [edit=SirThornberry]Delphi-Tags gesetzt. Nächstes mal bitte selbst machen. Mfg, SirThornberry[/edit] |
Re: SelLength in Synedit
Schau mal:
Delphi-Quellcode:
Grüße vom marabu
var
SelLength: Integer; begin with SynEdit do SelLength := SelEnd - SelStart; end; |
Alle Zeitangaben in WEZ +1. Es ist jetzt 19:12 Uhr. |
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