Thema
:
Delphi
Problem mit TControl.Color
Einzelnen Beitrag anzeigen
shmia
Registriert seit: 2. Mär 2004
5.508 Beiträge
Delphi 5 Professional
#
9
Re: Problem mit TControl.Color
8. Apr 2008, 17:56
markieren
Delphi-Quellcode:
type
TControlCracker=class(TControl);
var
x: TControl;
begin
// der Trick: protected Properties werden so zugänglich
TControlCracker(x).color := clBlue;
Andreas
Zitat
shmia
Öffentliches Profil ansehen
Mehr Beiträge von shmia finden