Delphi-PRAXiS

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Sonstige Fragen zu Delphi (https://www.delphipraxis.net/19-sonstige-fragen-zu-delphi/)
-   -   Delphi TRaveControl(RaveSection.Child[i]).Top <> Integer ?? (https://www.delphipraxis.net/16904-travecontrol-ravesection-child%5Bi%5D-top-integer.html)

Nalincah 25. Feb 2004 13:19


TRaveControl(RaveSection.Child[i]).Top <> Integer ??
 
Warum klappt das nicht (TopErster ist vom Typ Integer):

Delphi-Quellcode:
TopErster := TRaveControl(RaveSection.Child[i]).Top;
Fehler:
Zitat:

[Fehler] RavePanelVerschieben.pas(141): Inkompatible Typen: 'Integer' und 'TRaveUnits'
Das aber schon?

Delphi-Quellcode:
TRaveControl(RaveSection.Child[i]).Top := TRaveControl(RaveSection.Child[i]).Top + 1;


Alle Zeitangaben in WEZ +1. Es ist jetzt 09:59 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