[Lazarus] Application.Handle

Paul Ishenin webpirat at mail.ru
Mon Apr 4 00:14:33 CEST 2011


04.04.2011 0:06, Juha (gmail) wrote:
> Can "Application.Handle" be ported to Lazarus as "Application.MainFormHandle"?
> It is use for a plugin system:
>          APlugin.Initialize(Application.Handle);
Depends on your plugin needs. But I don't think so because they are 
different handles.

better use:
APlugin.Initialize(WidgetSet.AppHandle)'

Best regards,
Paul Ishenin




More information about the Lazarus mailing list