Difference between revisions of "TGSpeedButton"

From Gestinux Wiki
Jump to navigation Jump to search
 
Line 1: Line 1:
 
This control is simply a TSpeedButton, with a Translate procedure.
 
This control is simply a TSpeedButton, with a Translate procedure.
  
For some component names, a default translation can be found in the [General] section of the language file with keys BtnName.Caption or BtnName.Hint.
+
For some component names, a default translation can be found in the [General] section of the Gestinux_util language file with keys BtnName.Caption or BtnName.Hint.
  
This translation will be overriden if the keys are present in the section of the owner form.
+
This translation will be overriden if the keys are present in Application language file, in the section named after the owner form.
  
See also : [[Gestinux_util#Visual_components|Data entry components]]
+
=== See also ===
 +
 
 +
[[TGButton]]
 +
 
 +
[[TGNavButtons]]
 +
 
 +
[[Gestinux_util#Visual_components|Data entry components]]

Latest revision as of 18:44, 4 November 2014

This control is simply a TSpeedButton, with a Translate procedure.

For some component names, a default translation can be found in the [General] section of the Gestinux_util language file with keys BtnName.Caption or BtnName.Hint.

This translation will be overriden if the keys are present in Application language file, in the section named after the owner form.

See also

TGButton

TGNavButtons

Data entry components