<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=ISO-8859-1"
 http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
21.01.2010 19:50, Justin Smyth wrote:
<blockquote cite="mid:79457C30F7E941F3A2F2D11A385B026B@JustinsLaptop"
 type="cite">
  <meta content="text/html; charset=ISO-8859-1"
 http-equiv="Content-Type">
  <meta name="GENERATOR" content="MSHTML 8.00.7600.16444">
  <style></style>
  <div><font face="Arial" size="2">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. </font></div>
  <div> </div>
  <div><font face="Arial" size="2">I'm in the progress of getting JVCL
working under FPC / lazarus ( FPC 2.5.1 & Lazarus Win64 V 0.9.29 )</font></div>
  <div> </div>
  <div><font face="Arial" size="2">I suspect i might need to make a
property to read the TList of FFormList and check on each form to out
if its the active form. ( not sure about this part ).</font></div>
</blockquote>
You are searching the wrong object. Look at TScreen.ActiveForm /
TScreen.ActiveCustomForm (as I remember).<br>
<br>
Best regards,<br>
Paul Ishenin.<br>
</body>
</html>