Hi.
I have a problem with drag & drop one of the panels in my application. I receive "Invalid class typecast" when moving and trying to dock panel.
From Vcl.Controls problem occurs in Target := TControl(DragFindTarget(Pos, TargetHandle, DragControl.DragKind, DragControl));
Any ideas how to solve this issue ?
Comments