[Lazarus] Does closing a form hide it or free it?

Mattias Gaertner nc-gaertnma at netcologne.de
Sat Nov 5 15:06:39 CET 2016


>  if FDatabasesDialog = nil then
>     FDatabasesDialog := TDatabasesForm(Screen.FindForm(TDatabasesForm.ClassName));

FindForm finds a form by Name, not by ClassName.

Mattias


More information about the Lazarus mailing list