DelphiFAQ Home Search:

Determine the position of nonvisual components at design time

 

comments1 comments. Current rating: 4 stars (1 votes). Leave comments and/ or rate it.

Q:
How do I read the position of nonvisual components on a form at design time?
(Comment: such components do not have the .Left, .Top properties)

A:
See the code below:

begin
  ALeft := LongRec(MyComponent.DesignInfo).Lo;
  ATop := LongRec(MyComponent.DesignInfo).Hi;
end.

Comments:

2005-12-15, 06:24:24
anonymous from Italy  
rating

 

 

Email address (not necessary):

Rate as
Hide my email when showing my comment.
Please notify me once a day about new comments on this topic.
Please provide a valid email address if you select this option.
 
It seems that you are
from Washington, US .

Info/ Feedback on this

Show city and country
Show country only
Hide my location
You can mark text as 'quoted' by putting [quote] .. [/quote] around it.
Please type in the code:
photo Add a picture:

Please do not post inappropriate pictures. Inappropriate pictures include pictures of minors and nudity. The owner of this web site reserves the right to delete such material.