AGB  ·  Datenschutz  ·  Impressum  







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

Tstrings ??

Ein Thema von Skyruner2 · begonnen am 27. Okt 2003 · letzter Beitrag vom 27. Okt 2003
 
Skyruner2

Registriert seit: 26. Okt 2003
93 Beiträge
 
Delphi 7 Professional
 
#1

Tstrings ??

  Alt 27. Okt 2003, 21:30
ich sag nur

ist dass wie nen array? das help file verstehe ich nicht.

und daher auch net warum hier ein "abstrakter fehler" ist.

Delphi-Quellcode:
var
  ProfileList: Tstrings;
  reg: TRegistry;

procedure TForm1.FormCreate(Sender: TObject);
begin
ProfileList := Tstrings.Create;
                                  {get Avaliable Profiles}
  reg := TRegistry.Create;
  reg.RootKey := HKey_local_machine;
  reg.OpenKey ('SOFTWARE\Skyruner2\FTP_News\Profiles', True);
  reg.GetKeyNames(ProfileList);

                                  {set profiles in selection box}
  ProfileSelection.Items:=ProfileList;

end;
/me ist ein delpi n00b
  Mit Zitat antworten Zitat
 


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 01:04 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