Tagged Questions
5
votes
1answer
105 views
Why are controls in the wrong place if they're positioned while the form is scrolled?
Consider this form, with a label 'Observer here' and a button 'Click':
On button click I am setting the label's Left to 10 (Label1.Left :=10;)
I am getting correctly as in the second image:
...
3
votes
5answers
387 views
Form Designer for Dummies
A colleague of mine is doing the functional designs for the software we develop. His knowledge about Delphi, Visual Studio and other compilers is limited to having written a "Hello, World" ...