Re: [fpc-pascal] ActiveFormHandle from TApplication

2010-01-21 Thread Paul Ishenin
21.01.2010 19:50, Justin Smyth wrote: Any one know how to get the Active Handle from the current Form from TApplication ? Delphi has something for this but i cant see it. I'm in the progress of getting JVCL working under FPC / lazarus ( FPC 2.5.1 & Lazarus Win64 V 0.9.29 ) I suspect i might need

Re: [fpc-pascal] ActiveFormHandle from TApplication

2010-01-21 Thread Anthony Walter
On Thu, Jan 21, 2010 at 7:50 AM, Justin Smyth wrote: > Any one know how to get the Active Handle from the current Form from > TApplication ? Delphi has something for this but i cant see it. > > I'm in the progress of getting JVCL working under FPC / lazarus ( FPC 2.5.1 > & Lazarus Win64 V 0.9.29

[fpc-pascal] ActiveFormHandle from TApplication

2010-01-21 Thread Justin Smyth
Any one know how to get the Active Handle from the current Form from TApplication ? Delphi has something for this but i cant see it. I'm in the progress of getting JVCL working under FPC / lazarus ( FPC 2.5.1 & Lazarus Win64 V 0.9.29 ) I suspect i might need to make a property to read the TLis