![]() |
Record als Konstante
Gibt es eine Möglichkeit, einem Record bei der Deklaration gleich einen Wert zuzuweisen?
Ich hab das mal anhand eines TPoints probiert, habe es aber nicht hinbekommen. :cry:
Delphi-Quellcode:
bei C++ würde das so funkionieren:
const InsertPos: TPoint=(10,10); // geht nicht
const InsertPos = (10,10); // geht nicht const InsertPos = TPoint(10,10); // geht nicht const InsertPos: TPoint= [10,10]; // geht nicht const InsertPos = [10,10]; // ist kein TPoint
Code:
Wer weiß Rat?
const TPoint InsertPos={10,10};
|
Re: Record als Konstante
Delphi-Quellcode:
const
Foo: TPoint = ( X: 10; Y: 10 ); |
Re: Record als Konstante
Danke, das habe ich gesucht. :-D
|
Re: Record als Konstante
@Giantics: Setze oben bitte noch die [delphi]-Tags
...:cat:... |
Alle Zeitangaben in WEZ +1. Es ist jetzt 23:00 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