Einzelnen Beitrag anzeigen

Benutzerbild von mirage228
mirage228

Registriert seit: 23. Mär 2003
Ort: Münster
3.750 Beiträge
 
Delphi 2010 Professional
 
#2

Re: Fehler bei ComboBox und OnActiveControlChange?

  Alt 16. Okt 2004, 08:20
Hi,

mit Deinem Code klappt es bei mir auch nicht.

Aber so:
Delphi-Quellcode:
procedure TForm1.myOnControlChange(sender : TObject);
begin
  if ActiveControl <> nil then
    Label2.Caption := ActiveControl.Name else
  Label2.Caption := '';
end;
mfG
mirage228
David F.

May the source be with you, stranger.
PHP Inspection Unit (Delphi-Unit zum Analysieren von PHP Code)
  Mit Zitat antworten Zitat