Registriert seit: 17. Aug 2002
178 Beiträge
|
Re: Komponente unter der Maus erhalten
26. Okt 2003, 17: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.
|
|
Zitat
|