Delphi-PRAXiS

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Object-Pascal / Delphi-Language (https://www.delphipraxis.net/32-object-pascal-delphi-language/)
-   -   Delphi TBooleanList oder so? (https://www.delphipraxis.net/16203-tbooleanlist-oder-so.html)

scream 12. Feb 2004 13:22


TBooleanList oder so?
 
Ja, also mal ne richtig idiotische Frage:
Ich arbeite grad mit mehreren TObjectLists und bräuchte eine Liste, die nur Booleans speichert, sozusagen ne TBooleanList. Was gibts da alles?

chris 12. Feb 2004 13:25

Re: TBooleanList oder so?
 
hi,

erstelle dir einfach ein array:

Delphi-Quellcode:
var bolarr: array[1..10] of Boolean;


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