![]() |
Tlabel & String
Hallo,
Ich habe ein Tlabel un dwollte es mit einem String füllen:
Delphi-Quellcode:
Aber es kommt immer ne Fehlermeldung Inkompitable Typen TLabel und String. Hat jemand ne Idee wie man das Problem lösen kann? Danke im Voraus.
Var s:string;
Label1:=s; |
Re: Tlabel & String
Hallo Dopeman,
so geht es
Delphi-Quellcode:
bye
Var s:string;
Label1.Caption:=s; |
Re: Tlabel & String
Zitat:
|
Alle Zeitangaben in WEZ +1. Es ist jetzt 12:15 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