procedure Notification( Obj: TObject; Operation: TOperation );
The Notification method notifies the DirectDraw that the object specified by Obj is
about to be inserted or removed, as specified by Operation. Clipper, Palette and Surface
objects pass the notification to their owned DirectDraw, if any.
You should not call this method.