Difference between revisions of "TGLabel"

From Gestinux Wiki
Jump to navigation Jump to search
(Created page with "TGLabel is a very simple component ! This is a TLabel, but the Caption property is searched in the language file. If a key in this inifile is found in the Form Section for t...")
 
Line 5: Line 5:
 
If a key in this inifile is found in the Form Section for the component name, the value is assigned to the caption when the component is created. If not found the Caption is not changed.
 
If a key in this inifile is found in the Form Section for the component name, the value is assigned to the caption when the component is created. If not found the Caption is not changed.
  
This mecanism is used in all other data entry components.
+
This mecanism is used in all other data entry components].

Revision as of 11:40, 21 November 2012

TGLabel is a very simple component !

This is a TLabel, but the Caption property is searched in the language file.

If a key in this inifile is found in the Form Section for the component name, the value is assigned to the caption when the component is created. If not found the Caption is not changed.

This mecanism is used in all other data entry components].