![]() |
Initialisierung von TRect Konstanten
Hi Leute,
gibt es eine Möglichkeit TRects zu initialisieren ohne eine solche Zuweisung:
Delphi-Quellcode:
Gibt es sowas in der Art:with rc do begin Left := 0; Top := 0; Right:= 20; Bottom := 20; end
Delphi-Quellcode:
Danke schonmal...
const
RC: TRect=(0, 0, 20, 20); |
Re: Initialisierung von TRect Konstanten
Delphi-Quellcode:
const
RC: TRect = ( Left:0; Top:0; Right:20; Bottom:20); |
Re: Initialisierung von TRect Konstanten
such mal nach 'rect'.
|
Re: Initialisierung von TRect Konstanten
Vielen Dank!
|
Alle Zeitangaben in WEZ +1. Es ist jetzt 21:52 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 by Thomas Breitkreuz