From df9cb36458f781c55dad14351a224ea84bf90ebe Mon Sep 17 00:00:00 2001 From: Graeme Geldenhuys Date: Wed, 18 Mar 2015 08:36:24 +0000 Subject: documentation for newly added methods in fpgApplication --- docs/xml/corelib/fpg_main.xml | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) (limited to 'docs/xml') diff --git a/docs/xml/corelib/fpg_main.xml b/docs/xml/corelib/fpg_main.xml index e3945fed..654cd763 100644 --- a/docs/xml/corelib/fpg_main.xml +++ b/docs/xml/corelib/fpg_main.xml @@ -29,7 +29,7 @@ Convert a color to the RGB values of that color - . Not all TfpgColor values are in RGB format. + . Not all TfpgColor values are in RGB format. For example, you get "named" colors too (eg: clWindowBackground), which is simply an index value, but later translated to a real RGB value via the theming system. @@ -91,6 +91,20 @@ planned.

fake + +Finds a form instance by its ClassName property +. This only works if the form has +been created with fpgApplication.CreateForm(). If no form is found, then nil is +returned. + + + +Finds a form instance by its Name property +. This only works if the form has +been created with fpgApplication.CreateForm(). If no form is found, then nil is +returned. + + A timer component for fpGUI applications -- cgit v1.2.3-70-g09d2