Tagged Questions
1
vote
3answers
358 views
Maintain UpDown-Associate connection while recreating the associate
I have an TUpDown control whose Associate is set to an instance of a TEdit subclass. The edit class calls RecreateWnd in its overriden DoEnter method. Unfortunately this kills the buddy connection at ...