![]() |
Re: Eigene Komponente ???
okay hab vielen dank. :thumb:
|
Re: Eigene Komponente ???
Zitat:
|
Re: Eigene Komponente ???
Ja schon klar. Aber darum ging es ja hier nicht :stupid: so in etwa:
Delphi-Quellcode:
protected
procedure Notification(AComponent: TComponent; Operation: TOperation); override; procedure TFoo.Notification(AComponent: TComponent; Operation: TOperation); begin inherited Notification(AComponent, Operation); if (Operation = opRemove) and (fImageList <> nil) and (AComponent = ImageList) then ImageList := nil; end; |
Alle Zeitangaben in WEZ +1. Es ist jetzt 01:40 Uhr. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz