Delphi-PRAXiS

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Object-Pascal / Delphi-Language (https://www.delphipraxis.net/32-object-pascal-delphi-language/)
-   -   TDictionary (https://www.delphipraxis.net/174140-tdictionary.html)

jensw_2000 6. Apr 2013 11:18

Delphi-Version: XE2

TDictionary
 
Kann mit jemand sagen, was der Typ von TCity in folgendem DocWiki Eintrag ist?
Record? Objektinstanz, die im Hintergrund durch die Collection erstellt wird?

http://docwiki.embarcadero.com/CodeE...onary_(Delphi)

Sir Rufo 6. Apr 2013 11:39

AW: TDictionary
 
Da City niemals erzeugt wird, muss es ein Record sein

ASM 6. Apr 2013 12:53

AW: TDictionary
 
Zitat:

Zitat von Sir Rufo (Beitrag 1210284)
... muss es ein Record sein

Ist es auch: siehe
Delphi-Quellcode:
 TCity= record
   Country: string;
   Latitude: double;
   Longitude: double;
 end;


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