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