Einzelnen Beitrag anzeigen

ice-t
(Gast)

n/a Beiträge
 
#6

Re: Panel --> Weiß trotz XPManifest???

  Alt 22. Mär 2007, 17:14
im on Create des Formulars:
Delphi-Quellcode:
  //Workaround für XP-Manifest
  for i := 0 to ComponentCount - 1 do
  begin
    if Components[i] is TPanel then
      (Components[i] as TPanel).ParentBackground := false;
  end;
  Mit Zitat antworten Zitat