Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

How to move form if the BorderStyle is set to bsNONE for border style? in firemonkey MAC OS X

share|improve this question

1 Answer

Without the form header, you'll need to roll your own method for the user to move the form.

To move the form in code, you can set the form's Left and Top properties.

share|improve this answer
could you write an example method? – user1581036 Aug 8 '12 at 4:43
I want to move form such as form header method . could you write an example method – user1581036 Aug 8 '12 at 4:45
@user1581036, I don't think you've provided enough details to write a method. Move it how? – Marcus Adams Aug 8 '12 at 13:56

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.