![]() |
Label1.caption[1] ändern?
Ich möchte gern das erste Zeichen eines Labels ändern, doch
Delphi-Quellcode:
geht nicht!!!
Label1.caption[1] := 'x'
Wie kann ich es dann machen? |
Re: Label1.caption[1] ändern?
Delphi-Quellcode:
mfG
Label1.caption[1] := 'x';
mirage228 |
Re: Label1.caption[1] ändern?
Das ist schon klar geht aber trotzdem nicht! x könnte ja auch ein string sein.
|
Re: Label1.caption[1] ändern?
Mit Caption geht das nicht !!!
Delphi-Quellcode:
Label1.Caption := x + Copy(Label1.Caption, 2, Length(Label1.Caption));
|
Re: Label1.caption[1] ändern?
Zitat:
mfG mirage228 |
Re: Label1.caption[1] ändern?
Zitat:
...:cat:... |
Re: Label1.caption[1] ändern?
Liste der Anhänge anzeigen (Anzahl: 1)
Zitat:
Nein!!! [ADD] (siehe Sakura ^^) |
Alle Zeitangaben in WEZ +1. Es ist jetzt 04:48 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