Difference between revisions of "TGSpeedButton"
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 | + | This translation will be overriden if the keys are present in Application language file, in the section named after the owner form. |
| − | See also | + | === See also === |
| + | |||
| + | [[TGButton]] | ||
| + | |||
| + | [[TGNavButtons]] | ||
| + | |||
| + | [[Gestinux_util#Visual_components|Data entry components]] | ||
Latest revision as of 17: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.