AGB  ·  Datenschutz  ·  Impressum  







Anmelden
Nützliche Links
Registrieren
Thema durchsuchen
Ansicht
Themen-Optionen

3D Dynamic Array

Ein Thema von nanix · begonnen am 10. Jan 2010 · letzter Beitrag vom 11. Jan 2010
Antwort Antwort
Seite 2 von 2     12   
nanix
(Gast)

n/a Beiträge
 
#11

Re: 3D Dynamic Array

  Alt 11. Jan 2010, 10:34
Ok i will tell and i also feel that this aproach is wrong..But i tried anyway..
Like 15 Classes each with how many instance it has and how many property has and each property must have value.

For example:
Delphi-Quellcode:
    0 Win32_Processor
         Instance
            SomeProperty
                  SomeValue
    1 Win32_OperatingSystem
         Instance
            SomeProperty
                  SomeValue
    2 Win32_SystemSetting
         Instance
            SomeProperty
                  SomeValue

Thanks for the support/help/explanation so far
  Mit Zitat antworten Zitat
Klaus01

Registriert seit: 30. Nov 2005
Ort: München
5.754 Beiträge
 
Delphi 10.4 Sydney
 
#12

Re: 3D Dynamic Array

  Alt 11. Jan 2010, 10:51
.. what about a record in 1 Dimension Array?
Regards
Klaus
Klaus
  Mit Zitat antworten Zitat
nanix
(Gast)

n/a Beiträge
 
#13

Re: 3D Dynamic Array

  Alt 11. Jan 2010, 10:54
what you mean like this?it has to have that structure that i wrote above.


Maybe?

Delphi-Quellcode:
  type
  propertys=record
    index:integer;
    name:string;
    Value:String;
  end;

  type
  instance=record
    Index:Integer;
    name:string;
    Propertys:array of Propertys;

  end;

 type
 WMIClass=record
  index:integer;
  name:string;
  Instances:array of instance;
 end;



var
  
   _WMIClass:array of WMIClass;
  Mit Zitat antworten Zitat
nanix
(Gast)

n/a Beiträge
 
#14

Re: 3D Dynamic Array

  Alt 11. Jan 2010, 11:49
I have figured it out so this thread may be closed.


Thanks,
nanix
  Mit Zitat antworten Zitat
Antwort Antwort
Seite 2 von 2     12   


Forumregeln

Es ist dir nicht erlaubt, neue Themen zu verfassen.
Es ist dir nicht erlaubt, auf Beiträge zu antworten.
Es ist dir nicht erlaubt, Anhänge hochzuladen.
Es ist dir nicht erlaubt, deine Beiträge zu bearbeiten.

BB-Code ist an.
Smileys sind an.
[IMG] Code ist an.
HTML-Code ist aus.
Trackbacks are an
Pingbacks are an
Refbacks are aus

Gehe zu:

Impressum · AGB · Datenschutz · Nach oben
Alle Zeitangaben in WEZ +1. Es ist jetzt 13:34 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