In the following sample we should get a TWindow while what we get is a TMdiFrame:
EMG
#include "Fivewin.ch"
FUNCTION MAIN()
LOCAL oWnd
DEFINE WINDOW oWnd;
PIXEL
ACTIVATE WINDOW oWnd;
ON CLICK MSGINFO( oWnd:ClassName )
RETURN NILEMG