diff --git a/docs/xml/lcl/forms.xml b/docs/xml/lcl/forms.xml index bcb4d72cd4..a89f16b702 100644 --- a/docs/xml/lcl/forms.xml +++ b/docs/xml/lcl/forms.xml @@ -9247,15 +9247,33 @@ ShowModal creates its own event loop calling ProcessMessages. When True every form must have a resource (e.g. a .res file). An exception is raised if the resource is missing when creating a form. - The form resource is the lfm file compiled into the executable of your application. For this flag it does not matter if it was compiled via an lrs file or via fpcres. The resource is automatically loaded by TForm and therfore any descendant when it is created via Create(Owner). If the resource is missing there is something wrong with either a resource or the unit which contains the faulty form. If the flag is false you will see a blank form and probably search a long time what is wrong. If you set this flag to true you get an exception. - -For creating forms without resources you have 3 options: -