rencarnacion Posted June 25, 2013 Posted June 25, 2013 Hello I'd like to know how I can avoid that the form goes out from the perimeter of the main form. When it happens then I can't move the form back because I can't minimize or maximize. In these message I send you an example of what I'm saying. Thanks for you help Quote
Semper Posted June 25, 2013 Posted June 25, 2013 Hi http://forums.unigui.com/index.php?/topic/2909-simple-desktop/?p=14143 Regards Quote
Jancarlos Martins Posted June 25, 2013 Posted June 25, 2013 Hi, Delphi Form, Properties, ClientEvents->ExtEvents->OnBeforerender function window.OnBeforerender(sender) { sender.constrain=true; // or sender.contrainHeader=true; } PerjanBR Quote
rencarnacion Posted June 25, 2013 Author Posted June 25, 2013 Thanks, I going to test it Ronny Encarnacion Quote
rencarnacion Posted June 25, 2013 Author Posted June 25, 2013 Thanks again It work very good Ronny Encarnacion Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.