Delphi-PRAXiS

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Sonstige Fragen zu Delphi (https://www.delphipraxis.net/19-sonstige-fragen-zu-delphi/)
-   -   Delphi Statusbar + Filename (https://www.delphipraxis.net/44278-statusbar-filename.html)

sandraeberlein 16. Apr 2005 19:05


Statusbar + Filename
 
Zitat:

StatusBar1.Panels[0] := 'Datei: ' + OpenDialog.FileName;
"Inkompatible Typen 'TStatusbar' und 'String'."

Was ist falsch an dem???

Ich verzweifle noch!! Ich weis das die lösung nah ist!! Helf mir und bewahrt mich vor dem

:wall: :wall:

mfg,
Erhard

Dax 16. Apr 2005 19:06

Re: Statusbar + Filename
 
Hallo Sandra.. ähm, Ehard :)

Machs mal so:
Delphi-Quellcode:
StatusBar1.Panels[0].Caption := ...
Falls das nicht geht, probier
Delphi-Quellcode:
StatusBar1.Panels[0].Text := ...

MathiasSimmack 16. Apr 2005 19:09

Re: Statusbar + Filename
 
Zitat:

Zitat von Dax
Hallo Sandra.. ähm, Ehard :)

:lol:

sandraeberlein 16. Apr 2005 19:15

Re: Statusbar + Filename
 
:wall: das wars


Alle Zeitangaben in WEZ +1. Es ist jetzt 20:22 Uhr.

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