Código Delphi [-] constructor TLaComponenteDePascalutn2003.Create(AOwner: TComponent); begin if (AOwner is TForm) then Self.Color := TForm(AOwner).Color; end;
constructor TLaComponenteDePascalutn2003.Create(AOwner: TComponent); begin if (AOwner is TForm) then Self.Color := TForm(AOwner).Color; end;