diff options
author | Graeme Geldenhuys <graemeg@gmail.com> | 2014-12-11 06:29:23 +0000 |
---|---|---|
committer | Graeme Geldenhuys <graemeg@gmail.com> | 2014-12-11 06:29:23 +0000 |
commit | 321cbebe6d8ae638161cdc60a3ef628fc4e89abf (patch) | |
tree | ca6d6af38b776aaeff7c47cc9d689c21e50696c7 | |
parent | 64d1042f284a61ad2d02254397f1da3032bc6d6f (diff) | |
download | fpGUI-321cbebe6d8ae638161cdc60a3ef628fc4e89abf.tar.xz |
docs: Adds inherited docs for TfpgForm.
-rw-r--r-- | docs/xml/gui/fpg_form.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/xml/gui/fpg_form.xml b/docs/xml/gui/fpg_form.xml index f54415c3..c6c2e3d7 100644 --- a/docs/xml/gui/fpg_form.xml +++ b/docs/xml/gui/fpg_form.xml @@ -56,6 +56,10 @@ menu.</p> <link id="fpg_form.TfpgBaseForm.OnCloseQuery">OnCloseQuery</link> </seealso></element> +<!-- inherited docs --> +<element name="TfpgForm.OnCloseQuery" link="#fpgui.fpg_form.TfpgBaseForm.OnCloseQuery"></element> +<element name="TfpgForm.OnClose" link="#fpgui.fpg_form.TfpgBaseForm.OnClose"></element> + </module> </package> </fpdoc-descriptions> |