![]() |
Delphi-Version: 2010
edit als array ausdrücken
Liste der Anhänge anzeigen (Anzahl: 1)
hi, hab ein kleines Problem.
Ich möchte die Edit Felder die ich auf die TForm1 gezogen habe einem array zuordnen. Hab hier: ![]() natürlich auch schon was gefunden siehe auch Screenshot. Nur gibt es da ein Problem der Compiler brint bei mir die Meldung: Inkompatible Typen string und TComponent Was muss ich machen, dass das funktioniert, bitte um eure Hilfe, danke euch :thumb::-D |
AW: edit als array ausdrücken
Da ist eine Klammer zuviel hinter 'Edit'.
|
AW: edit als array ausdrücken
danke für die schnelle antwort, aber der Compiler bringt jetzt Inkompatible Typen TEdit und TComponent :cry:, bitte nochmal um Hilfe
|
AW: edit als array ausdrücken
FindComponent(...) as TEdit
|
AW: edit als array ausdrücken
Casten: Tedit(Componnets[i]) oder sicherer
If Components[i] is Tedit then Tedit(Componnets[i]) |
AW: edit als array ausdrücken
danke leute es funktioniert :thumb::thumb::thumb::thumb::thumb:, seid wie immer spitze
8-) |
Alle Zeitangaben in WEZ +1. Es ist jetzt 05:57 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