TGSpeedButton: Difference between revisions
Jump to navigation
Jump to search
Created page with "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 ..." |
No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| 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 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.