Thema: Delphi doppelt unterstreichen

Einzelnen Beitrag anzeigen

G M

Registriert seit: 20. Mär 2004
48 Beiträge
 
Delphi 7 Professional
 
#1

doppelt unterstreichen

  Alt 27. Mär 2004, 14:50
Hi!

Ich möchte wenn ein bestimmter ComboBox-Eintrag ausgewählt wird die schrift eines Labels doppelt unterstreichen.

das mit der ComboBox habe ich schon

Delphi-Quellcode:
procedure TForm1.ComboBox1Change(Sender: TObject);
begin
 if ComboBox1.ItemIndex = 1 then
   //hier weiß ich nicht weiter (ich stelle mir das so vor: Label1.Font ...)
end;
"Es lebe Q-Basic!!"
sagt mein Informatikprofessor
  Mit Zitat antworten Zitat