Difference between revisions of "TGButton"
Jump to navigation
Jump to search
(Created page with "This control is simply a TBitButton, with a Translate procedure. For some component names, a default translation can be found in the [General] section of the language file.") |
|||
| (2 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
This control is simply a TBitButton, with a Translate procedure. | This control is simply a TBitButton, with a Translate procedure. | ||
| − | For some component names, a default translation can be found in the [General] section of the language file. | + | 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. |
| + | |||
| + | This translation will be overriden if the keys are present in the section of the owner form. | ||
| + | |||
| + | See also : [[Gestinux_util#Visual_components|Data entry components]] | ||
Latest revision as of 13:25, 8 March 2013
This control is simply a TBitButton, 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.
This translation will be overriden if the keys are present in the section of the owner form.
See also : Data entry components