Newsgroups : Borland : borland.public.delphi.nativeapi.win32 : 2005 Mar : Re: Absolute Position
| Subject: | Re: Absolute Position |
| Posted by: | "Andrew Ryazanov" (au..@rin.ru) |
| Date: | Wed, 2 Mar 2005 01:54:16 |
"Monzer George Yazigi" <monzer_yazigi@NOSPAM.hotmail.com> wrote in message
news:65p921td4lb59juseps98fqdrs5aj8ruem@4ax.com...
> Dear All
> How can I get the absolute left property of a control?
> Meaning the left position of a control related to the screen itself
> and not the parent left property.
Try ClientToScreen API.
none