function CallBackProc(aHandle: HWND, aLparam: LPARAM): boolean; stdcall;<br>begin<br> //aHandle is the handle of a child<br> //do what you want<br> //for instance GetClassName<br> //aLparam is the parameter of the EnumChildWindows<br>end;<br><br>EnumChildWindows(aWindowHandle, aLparam);