AGB  ·  Datenschutz  ·  Impressum  







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

In English (Ini question)

Ein Thema von jcop · begonnen am 26. Dez 2004 · letzter Beitrag vom 28. Dez 2004
 
jcop

Registriert seit: 16. Dez 2004
9 Beiträge
 
Delphi 2005 Personal
 
#9

Re: In English (Ini question)

  Alt 27. Dez 2004, 14:48
Hello,

Again a question concerning this method.

[Section.1]
Title= Nissan
colour= Red
engine= 1400cc
Turbo = no

[Section.2]
Title= Renault
colour= Blue
engine = 1800
Turbo= yes

Now I can see the titles inside de combobox, but when I click on 1 of them to view the colour for eg.
my dedicated textbox stays empty.
I was using the following method for this function but then again this was only working when loading the sections into the combobox.
Delphi-Quellcode:
procedure TForm1.cboSectionsChange(Sender: TObject);
begin
  carconfig := Tinifile.Create(opendialog1.FileName);

  with carconfig do
  try
  ReadSections(CboSections.Items);

  txtTitle.Text := Readstring(cboSections.Text, 'Title', '');
  txtColour.Text := ReadString (cboSections.Text, 'Colour', '');
  txtEngine.Text := ReadString (cboSections.Text, 'engine', '');
  txtTurbo.Text := ReadString (cboSections.Text, 'Turbo','');

  Finally
  carconfig.Free;
  end;
end;
I was thinking of porting the button1.openclick event also into the cbosctionschange event but that's resulting in a error.

Hope you can help me this one also, providing me with the right direction to search would also be welcome.
Thanks
  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 19:44 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