Groups | Search | Server Info | Login | Register


Groups > de.comp.lang.delphi.misc > #19181

array in array

Path csiph.com!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail
From Jens Kallup <kallup.jens@web.de>
Newsgroups de.comp.lang.delphi.misc
Subject array in array
Date Sat, 19 Feb 2022 11:24:22 +0100
Organization kallup.net - non-profit
Lines 52
Message-ID <j7buqmFfdk4U1@mid.individual.net> (permalink)
Mime-Version 1.0
Content-Type multipart/mixed; boundary="------------Z9gPIv0JYq0vyOEZ90gSyKIB"
X-Trace individual.net Jk9keilY8iBTA+gChp5dqQXMuFGFyUSq+SjVDpkuXDce55mTTf
Cancel-Lock sha1:S4FH0MZyJyxLsygj0oC+Q/AU/Ao=
User-Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Thunderbird/91.6.1
Xref csiph.com de.comp.lang.delphi.misc:19181

Show key headers only | View raw


[Multipart message — attachments visible in raw view] - view raw

Hallo,

ich habe einen Array:

type
   recordMyIconsStructure = record
     p: String;  // picture
     c: String;  // design class
     h: String;  // hint
   end;

kann ich diesen Array, also Instanzen von diesen in einen
weiteren Array speichern ?

recordMyIcons_Std : Array[0..22] of recordMyIconsStructure = (
     (p: 'tmouse';         c: 'TMouse';        h: 'Mouse Cursor / 
Selector'),
     (p: 'tmainmenu';      c: 'TMainMenu';     h: 'Create / Edit the 
application main menu.'),
...


also den Array recordMyIcons_std in einen Array ?


ptrArray : Array[0..2] of TObject = (
recordMyIcons_Std
);

das geht irgendwie nicht

Jens

Back to de.comp.lang.delphi.misc | Previous | NextNext in thread | Find similar


Thread

array in array Jens Kallup <kallup.jens@web.de> - 2022-02-19 11:24 +0100
  Re: array in array stefan <adresse@ist.invalid> - 2022-02-19 11:53 +0100
    Re: array in array Jens Kallup <kallup.jens@web.de> - 2022-02-19 12:46 +0100
      Re: array in array stefan <adresse@ist.invalid> - 2022-02-19 13:11 +0100
        Re: array in array Jens Kallup <kallup.jens@web.de> - 2022-02-19 13:30 +0100
          Re: array in array stefan <adresse@ist.invalid> - 2022-02-19 16:37 +0100
            Re: array in array Jens Kallup <kallup.jens@web.de> - 2022-02-19 20:01 +0100
              Re: array in array stefan <adresse@ist.invalid> - 2022-02-20 11:22 +0100
                Re: array in array Jens Kallup <kallup.jens@web.de> - 2022-02-20 15:19 +0100
          Re: array in array Alfred Gemsa <gemsa@gmx.de> - 2022-02-19 22:00 +0100
            Re: array in array Jens Kallup <kallup.jens@web.de> - 2022-02-20 14:49 +0100
              Re: array in array "Michael Landenberger" <spamwirdgefiltert@web.de> - 2022-02-22 15:44 +0100
                Re: array in array Jens Kallup <kallup.jens@web.de> - 2022-02-22 16:31 +0100
  Re: array in array "Michael Landenberger" <spamwirdgefiltert@web.de> - 2022-02-19 21:10 +0100

csiph-web