Einzelnen Beitrag anzeigen

Kamil

Registriert seit: 16. Aug 2002
178 Beiträge
 
#2

Re: Komponente unter der Maus erhalten

  Alt 26. Okt 2003, 16:23
Aus der Delphi Hilfe:
Zitat:
Returns the windowed control, if any, at the specified location.

Unit

Controls

Category

mouse handling utilities

function FindVCLWindow(const Pos: TPoint): TWinControl;

Description

Call FindVCLWindow to locate the windowed control under a certain point. For example, use FindVCLWindow to identify the windowed control that is under the mouse from another control that has captured the mouse. The Pos parameter specifies the location that must be over the returned windowed control. If there is no windowed control under the Pos parameter, FindVCLWindow returns nil.
  Mit Zitat antworten Zitat